| Commit message (Expand) | Author | Age |
* | Merge branch 'ps/grep-help-all-callback-arg' | Junio C Hamano | 2015-04-20 |
|\ |
|
| * | grep: correctly initialize help-all option | Patrick Steinhardt | 2015-04-12 |
* | | Merge branch 'ws/grep-quiet-no-pager' | Junio C Hamano | 2015-03-25 |
|\ \ |
|
| * | | grep: fix "--quiet" overwriting current output | Wilhelm Schuermann | 2015-03-19 |
| |/ |
|
* | | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 2015-03-06 |
|\ \ |
|
| * | | grep: correct help string for --exclude-standard | Nguyễn Thái Ngọc Duy | 2015-02-27 |
| |/ |
|
| * | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint | Junio C Hamano | 2014-06-25 |
| |\ |
|
* | | | standardize usage info string format | Alex Henrie | 2015-01-14 |
* | | | make add_object_array_with_context interface more sane | Jeff King | 2014-10-16 |
* | | | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' | Junio C Hamano | 2014-06-06 |
|\ \ \
| | |/
| |/| |
|
| * | | git grep -O -i: if the pager is 'less', pass the '-I' option | Johannes Schindelin | 2014-05-15 |
* | | | grep: use run-command's "dir" option for --open-files-in-pager | Jeff King | 2014-05-07 |
| |/
|/| |
|
* | | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 |
* | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 |
|/ |
|
* | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 |
|\ |
|
| * | grep: honor --textconv for the case rev:path | Michael J Gruber | 2013-05-10 |
| * | grep: allow to use textconv filters | Jeff King | 2013-05-10 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| * | | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| * | | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| * | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| |/ |
|
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 |
* | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 |
|\ \ |
|
| * | | quote_path_relative(): remove redundant parameter | Jiang Xin | 2013-06-26 |
| |/ |
|
* | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 |
|/ |
|
* | Merge branch 'jk/fully-peeled-packed-ref' | Junio C Hamano | 2013-03-25 |
|\ |
|
| * | use parse_object_or_die instead of die("bad object") | Jeff King | 2013-03-17 |
* | | grep: avoid accepting ambiguous revision | Nguyễn Thái Ngọc Duy | 2013-01-21 |
* | | Merge branch 'nd/grep-true-path' | Jeff King | 2012-10-29 |
|\ \ |
|
| * | | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-12 |
| |/ |
|
| * | Merge branch 'jc/maint-log-grep-all-match-1' into maint | Junio C Hamano | 2012-09-29 |
| |\ |
|
* | | | grep: move pattern-type bits support to top-level grep.[ch] | Junio C Hamano | 2012-10-09 |
* | | | grep: move the configuration parsing logic to grep.[ch] | Junio C Hamano | 2012-10-09 |
* | | | builtin/grep.c: make configuration callback more reusable | Junio C Hamano | 2012-10-09 |
* | | | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 2012-09-18 |
|\ \ \
| | |/
| |/| |
|
| * | | grep: show --debug output only once | Michael J Gruber | 2012-09-14 |
| * | | grep: teach --debug option to dump the parse tree | Junio C Hamano | 2012-09-14 |
| * | | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 |
| |\ \ |
|
* | \ \ | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 |
|\ \ \ \ |
|
| * | | | | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 2012-08-22 |
| * | | | | i18n: grep: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 |
| | |_|/
| |/| | |
|
| * | | | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 2012-06-28 |
| |\ \ \ |
|
* | | | | | grep: add a grep.patternType configuration setting | J Smith | 2012-08-03 |
* | | | | | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 2012-07-11 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 |
* | | | | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 2012-05-25 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | grep: stop leaking line strings with -f | René Scharfe | 2012-05-21 |
* | | | Merge branch 'rs/no-no-no-parseopt' | Junio C Hamano | 2012-03-01 |
|\ \ \ |
|
| * | | | parse-options: remove PARSE_OPT_NEGHELP | René Scharfe | 2012-02-28 |