summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2017-07-13Merge branch 'ab/grep-lose-opt-regflags'Junio C Hamano
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano
2017-07-10use DIV_ROUND_UPRené Scharfe
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano
2017-06-30grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-19Merge branch 'ab/pcre-v2'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-02Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano
2017-06-02Merge branch 'jk/diff-blob'Junio C Hamano
2017-06-02grep: convert to struct object_idBrandon Williams
2017-06-01builtin/grep.c: respect 'submodule.recurse' optionStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-26grep: skip pthreads overhead when using one threadÆvar Arnfjörð Bjarmason
2017-05-26grep: don't redundantly compile throwaway patterns under threadingÆvar Arnfjörð Bjarmason
2017-05-26grep: assert that threading is enabled when calling grep_{lock,unlock}Ævar Arnfjörð Bjarmason
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason
2017-05-26grep: catch a missing enum in switch statementÆvar Arnfjörð Bjarmason
2017-05-24get_sha1_with_context: dynamically allocate oc->pathJeff King
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-04-20Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano
2017-04-17grep: plug a trivial memory leakÆvar Arnfjörð Bjarmason
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-03-18grep: fix builds with with no thread supportBrandon Williams
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17grep: fix bug when recursing with relative pathspecBrandon Williams
2017-03-17grep: fix help text typoBrandon Williams
2017-03-16make is_submodule_populated gentlyStefan Beller
2017-02-22builtin/grep: convert to struct object_idbrian m. carlson
2017-02-14grep: treat revs the same for --untracked as for --no-indexJeff King
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King
2017-02-14grep: re-order rev-parsing loopJeff King
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan
2017-02-14grep: move thread initialization a little lowerJeff King
2016-12-22grep: search history of moved submodulesBrandon Williams
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams
2016-12-22grep: optionally recurse into submodulesBrandon Williams
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey