summaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/object-id'Junio C Hamano2017-06-191-11/+11
|\
| * grep: convert to struct object_idBrandon Williams2017-06-021-11/+11
* | Merge branch 'ab/pcre-v2'Junio C Hamano2017-06-191-3/+13
|\ \
| * | grep: skip pthreads overhead when using one threadÆvar Arnfjörð Bjarmason2017-05-261-0/+2
| * | grep: don't redundantly compile throwaway patterns under threadingÆvar Arnfjörð Bjarmason2017-05-261-3/+11
* | | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-0/+3
|\ \ \
| * | | builtin/grep.c: respect 'submodule.recurse' optionStefan Beller2017-06-011-0/+3
| |/ /
* | | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-021-4/+19
|\ \ \ | |/ /
| * | grep: assert that threading is enabled when calling grep_{lock,unlock}ab/grep-preparatory-cleanupÆvar Arnfjörð Bjarmason2017-05-261-4/+4
| * | grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason2017-05-261-0/+13
| * | grep: catch a missing enum in switch statementÆvar Arnfjörð Bjarmason2017-05-261-0/+2
* | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-021-1/+3
|\ \ \ | |_|/ |/| |
| * | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-241-1/+3
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-1/+1
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| |/
* | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-061-1/+1
|/
* Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano2017-04-191-0/+1
|\
| * grep: plug a trivial memory leakab/grep-plug-pathspec-leakÆvar Arnfjörð Bjarmason2017-04-161-0/+1
* | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-301-16/+25
|\ \
| * | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-171-15/+24
| * | grep: fix help text typoBrandon Williams2017-03-171-1/+1
* | | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-1/+1
|\ \ \
| * | | make is_submodule_populated gentlyStefan Beller2017-03-151-1/+1
| |/ /
* | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-03-281-12/+9
|\ \ \
| * | | grep: fix builds with with no thread supportBrandon Williams2017-03-181-12/+9
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-12/+12
|\ \ \ | |_|/ |/| |
| * | builtin/grep: convert to struct object_idbrian m. carlson2017-02-221-12/+12
| |/
* | grep: treat revs the same for --untracked as for --no-indexjk/grep-no-index-fixJeff King2017-02-141-5/+5
* | grep: do not diagnose misspelt revs with --no-indexJeff King2017-02-141-1/+1
* | grep: avoid resolving revision names in --no-index caseJeff King2017-02-141-0/+6
* | grep: fix "--" rev/pathspec disambiguationJeff King2017-02-141-5/+24
* | grep: re-order rev-parsing loopJeff King2017-02-141-9/+11
* | grep: do not unnecessarily query repo for "--"Jonathan Tan2017-02-141-4/+5
* | grep: move thread initialization a little lowerJeff King2017-02-141-14/+14
|/
* grep: search history of moved submodulesBrandon Williams2016-12-221-2/+18
* grep: enable recurse-submodules to work on <tree> objectsBrandon Williams2016-12-221-6/+70
* grep: optionally recurse into submodulesBrandon Williams2016-12-221-19/+281
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+2
* Merge branch 'nd/ita-cleanup'Junio C Hamano2016-07-131-2/+2
|\
| * grep: fix grepping for "intent to add" filesnd/ita-cleanupCharles Bailey2016-07-011-2/+2
* | Merge branch 'bc/object-id'Junio C Hamano2016-05-061-3/+3
|\ \
| * | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-3/+3
* | | grep: turn off gitlink detection for --no-indexJeff King2016-03-071-2/+4
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-5/+5
|\ \
| * | convert manual allocations to argv_arrayJeff King2016-02-221-5/+5
* | | Merge branch 'jc/peace-with-crlf'Junio C Hamano2016-02-031-1/+1
|\ \ \
| * | | grep: read -f file with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \ \ \ | |/ / /
| * | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
| |/ /
* | | Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-201-3/+9
|\ \ \