summaryrefslogtreecommitdiffstats
path: root/builtin/grep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-241-1/+3
* Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano2017-04-201-0/+1
|\
| * grep: plug a trivial memory leakÆvar Arnfjörð Bjarmason2017-04-171-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-161-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-indexJeff 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" filesCharles 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-291-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
|\ \ \
| * | | builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer2016-01-121-3/+9
* | | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-281-1/+1
| |/ /
* | | Merge branch 'vl/grep-configurable-threads'Junio C Hamano2016-01-131-15/+31
|\ \ \ | |_|/ |/| |
| * | grep: add --threads=<num> option and grep.threads configurationVictor Leschuk2015-12-161-13/+30
| * | grep: slight refactoring to the code that disables threadingVictor Leschuk2015-12-151-2/+1
| * | grep: allow threading even on a single-core machineVictor Leschuk2015-12-151-1/+1
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-3/+3
|\ \
| * | Remove get_object_hash.brian m. carlson2015-11-201-1/+1
| * | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
| * | Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
| |/
* / grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-201-16/+1
|/
* Merge branch 'ps/grep-help-all-callback-arg'Junio C Hamano2015-04-211-1/+1
|\
| * grep: correctly initialize help-all optionPatrick Steinhardt2015-04-131-1/+1
* | Merge branch 'ws/grep-quiet-no-pager'Junio C Hamano2015-03-251-1/+1
|\ \