summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano
2019-10-18grep: make PCRE2 aware of custom allocatorCarlo Marcelo Arenas Belón
2019-08-26grep: use return value of strbuf_detach()René Scharfe
2019-08-22Merge branch 'mt/grep-submodules-working-tree'Junio C Hamano
2019-07-30grep: fix worktree case in submodulesMatheus Tavares
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2019-01-14grep: use grep_opt->repo instead of explict repo argumentNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano
2018-11-18Merge branch 'nd/pthreads'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-05grep: clean up num_threads handlingNguyễn Thái Ngọc Duy
2018-11-05grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
2018-10-19Merge branch 'rs/grep-no-recursive'Junio C Hamano
2018-10-04grep: add -r/--[no-]recursiveRené Scharfe
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-23builtin/grep.c: mark strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano
2018-05-30Merge branch 'sb/grep-die-on-unreadable-index'Junio C Hamano
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy
2018-05-16grep: handle corrupt index files earlyStefan Beller
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller
2018-03-29grep: remove "repo" arg from non-supporting funcsJonathan Tan
2018-03-23repository: introduce raw object store fieldStefan Beller