summaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAgeFilesLines
* builtin/grep: add grep.fallbackToNoIndex configtg/grep-no-index-fallbackThomas Gummerer2016-01-121-3/+9
* 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
| |/
| * Merge branch 'jc/maint-log-grep-all-match-1' into maintJunio C Hamano2012-09-291-0/+4
| |\
* | | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-091-39/+1
* | | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-091-131/+0
* | | builtin/grep.c: make configuration callback more reusableJunio C Hamano2012-10-091-25/+79
* | | Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-181-0/+4
|\ \ \ | | |/ | |/|
| * | grep: show --debug output only onceMichael J Gruber2012-09-141-0/+1
| * | grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-141-0/+3
| * | Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-5/+2
| |\ \
* | \ \ Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-45/+45
|\ \ \ \
| * | | | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-1/+1
| * | | | i18n: grep: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-45/+45
| | |_|/ | |/| |
| * | | Merge branch 'mm/verify-filename-fix'Junio C Hamano2012-06-281-1/+1
| |\ \ \
* | | | | grep: add a grep.patternType configuration settingJ Smith2012-08-031-40/+72
* | | | | Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-181-1/+1
* | | | Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-251-5/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | grep: stop leaking line strings with -fRené Scharfe2012-05-211-5/+2
* | | Merge branch 'rs/no-no-no-parseopt'Junio C Hamano2012-03-011-3/+2
|\ \ \