aboutsummaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAge
* grep: search history of moved submodulesBrandon Williams2016-12-22
* grep: enable recurse-submodules to work on <tree> objectsBrandon Williams2016-12-22
* grep: optionally recurse into submodulesBrandon Williams2016-12-22
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* Merge branch 'nd/ita-cleanup'Junio C Hamano2016-07-13
|\
| * grep: fix grepping for "intent to add" filesCharles Bailey2016-07-01
* | Merge branch 'bc/object-id'Junio C Hamano2016-05-06
|\ \
| * | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* | | grep: turn off gitlink detection for --no-indexJeff King2016-03-07
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | convert manual allocations to argv_arrayJeff King2016-02-22
* | | Merge branch 'jc/peace-with-crlf'Junio C Hamano2016-02-03
|\ \ \
| * | | grep: read -f file with strbuf_getline()Junio C Hamano2016-01-15
* | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \ \ \ | |/ / /
| * | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
| |/ /
* | | Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-20
|\ \ \
| * | | builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer2016-01-12
* | | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-20
|\ \ \ \ | | |_|/ | |/| |
| * | | grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy2015-12-28
| |/ /
* | | Merge branch 'vl/grep-configurable-threads'Junio C Hamano2016-01-12
|\ \ \ | |_|/ |/| |
| * | grep: add --threads=<num> option and grep.threads configurationVictor Leschuk2015-12-16
| * | grep: slight refactoring to the code that disables threadingVictor Leschuk2015-12-15
| * | grep: allow threading even on a single-core machineVictor Leschuk2015-12-15
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-10
|\ \
| * | Remove get_object_hash.brian m. carlson2015-11-20
| * | Convert struct object to object_idbrian m. carlson2015-11-20
| * | Add several uses of get_object_hash.brian m. carlson2015-11-20
| |/
* | grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2015-11-20
|/
* Merge branch 'ps/grep-help-all-callback-arg'Junio C Hamano2015-04-20
|\
| * grep: correctly initialize help-all optionPatrick Steinhardt2015-04-12
* | Merge branch 'ws/grep-quiet-no-pager'Junio C Hamano2015-03-25
|\ \
| * | grep: fix "--quiet" overwriting current outputWilhelm Schuermann2015-03-19
| |/
* | Merge branch 'nd/grep-exclude-standard-help-fix'Junio C Hamano2015-03-06
|\ \
| * | grep: correct help string for --exclude-standardNguyễn Thái Ngọc Duy2015-02-27
| |/
| * Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-25
| |\
* | | standardize usage info string formatAlex Henrie2015-01-14
* | | make add_object_array_with_context interface more saneJeff King2014-10-16
* | | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i'Junio C Hamano2014-06-06
|\ \ \ | | |/ | |/|
| * | git grep -O -i: if the pager is 'less', pass the '-I' optionJohannes Schindelin2014-05-15
* | | grep: use run-command's "dir" option for --open-files-in-pagerJeff King2014-05-07
| |/ |/|
* | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
|/
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-23
|\
| * grep: honor --textconv for the case rev:pathMichael J Gruber2013-05-10
| * grep: allow to use textconv filtersJeff King2013-05-10
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
| * | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
| |/