summaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | builtin/grep: add grep.fallbackToNoIndex configtg/grep-no-index-fallbackThomas 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-121-15/+31
|\ \ \ | |_|/ |/| |
| * | grep: add --threads=<num> option and grep.threads configurationvl/grep-configurable-threadsVictor 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-201-1/+1
|\
| * grep: correctly initialize help-all optionps/grep-help-all-callback-argPatrick Steinhardt2015-04-121-1/+1
* | Merge branch 'ws/grep-quiet-no-pager'Junio C Hamano2015-03-251-1/+1
|\ \
| * | grep: fix "--quiet" overwriting current outputws/grep-quiet-no-pagerWilhelm Schuermann2015-03-191-1/+1
| |/
* | Merge branch 'nd/grep-exclude-standard-help-fix'Junio C Hamano2015-03-061-1/+1
|\ \
| * | grep: correct help string for --exclude-standardnd/grep-exclude-standard-help-fixNguyễn Thái Ngọc Duy2015-02-271-1/+1
| |/
| * Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-251-0/+3
| |\
* | | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | make add_object_array_with_context interface more saneJeff King2014-10-161-4/+4
* | | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i'Junio C Hamano2014-06-061-0/+3
|\ \ \ | | |/ | |/|
| * | git grep -O -i: if the pager is 'less', pass the '-I' optionsk/spawn-less-case-insensitively-from-grep-O-iJohannes Schindelin2014-05-151-0/+3
* | | grep: use run-command's "dir" option for --open-files-in-pagerjk/grep-tell-run-command-to-cd-when-running-pagerJeff King2014-05-071-3/+1
| |/ |/|
* | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-3/+1
* | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
|/
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-5/+8
|\
| * grep: honor --textconv for the case rev:pathmg/more-textconvMichael J Gruber2013-05-101-5/+6
| * grep: allow to use textconv filtersJeff King2013-05-101-0/+2
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-4/+6
|\ \
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-1/+2
| * | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-3/+3
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
| |/
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-19/+19
* | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-3/+2
|\ \
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-3/+2
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/
* Merge branch 'jk/fully-peeled-packed-ref'Junio C Hamano2013-03-251-3/+1
|\
| * use parse_object_or_die instead of die("bad object")Jeff King2013-03-171-3/+1
* | grep: avoid accepting ambiguous revisionNguyễn Thái Ngọc Duy2013-01-211-0/+2
* | Merge branch 'nd/grep-true-path'Jeff King2012-10-291-13/+18
|\ \
| * | grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-121-13/+18
| |/