aboutsummaryrefslogtreecommitdiff
path: root/builtin/grep.c
Commit message (Expand)AuthorAge
* Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-25
|\
| * git grep -O -i: if the pager is 'less', pass the '-I' optionJohannes Schindelin2014-05-15
* | 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
| |/
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\ \
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/
* Merge branch 'jk/fully-peeled-packed-ref'Junio C Hamano2013-03-25
|\
| * use parse_object_or_die instead of die("bad object")Jeff King2013-03-17
* | grep: avoid accepting ambiguous revisionNguyễn Thái Ngọc Duy2013-01-21
* | Merge branch 'nd/grep-true-path'Jeff King2012-10-29
|\ \
| * | grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-12
| |/
| * Merge branch 'jc/maint-log-grep-all-match-1' into maintJunio C Hamano2012-09-29
| |\
* | | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-09
* | | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-09
* | | builtin/grep.c: make configuration callback more reusableJunio C Hamano2012-10-09
* | | Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-18
|\ \ \ | | |/ | |/|
| * | grep: show --debug output only onceMichael J Gruber2012-09-14
| * | grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-14
| * | Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-01
| |\ \
* | \ \ Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \ \ \
| * | | | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-22
| * | | | i18n: grep: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
| | |_|/ | |/| |
| * | | Merge branch 'mm/verify-filename-fix'Junio C Hamano2012-06-28
| |\ \ \
* | | | | grep: add a grep.patternType configuration settingJ Smith2012-08-03
* | | | | Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-18
* | | | Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-25
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | grep: stop leaking line strings with -fRené Scharfe2012-05-21
* | | Merge branch 'rs/no-no-no-parseopt'Junio C Hamano2012-03-01
|\ \ \
| * | | parse-options: remove PARSE_OPT_NEGHELPRené Scharfe2012-02-28
* | | | Merge branch 'jk/grep-binary-attribute'Junio C Hamano2012-02-14
|\ \ \ \
| * | | | grep: pre-load userdiff drivers when threadedJeff King2012-02-02
| * | | | convert git-grep to use grep_source interfaceJeff King2012-02-02
| * | | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-02
| * | | | grep: make locking flag globalJeff King2012-02-02
| | |_|/ | |/| |
* | | | drop odd return value semantics from userdiff_configJeff King2012-02-07
* | | | grep: fix -l/-L interaction with decoration linesAlbert Yale2012-01-23
|/ / /
* | | grep: disable threading in non-worktree caseThomas Rast2011-12-16
* | | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-16
* | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-05
|\ \ \