| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-20 | Merge branch 'ps/grep-help-all-callback-arg' | Junio C Hamano | 1 | -1/+1 |
| 2015-04-12 | grep: correctly initialize help-all option | Patrick Steinhardt | 1 | -1/+1 |
| 2015-03-25 | Merge branch 'ws/grep-quiet-no-pager' | Junio C Hamano | 1 | -1/+1 |
| 2015-03-19 | grep: fix "--quiet" overwriting current output | Wilhelm Schuermann | 1 | -1/+1 |
| 2015-03-06 | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 1 | -1/+1 |
| 2015-02-27 | grep: correct help string for --exclude-standard | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-10-16 | make add_object_array_with_context interface more sane | Jeff King | 1 | -4/+4 |
| 2014-06-25 | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint | Junio C Hamano | 1 | -0/+3 |
| 2014-06-06 | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' | Junio C Hamano | 1 | -0/+3 |
| 2014-05-15 | git grep -O -i: if the pager is 'less', pass the '-I' option | Johannes Schindelin | 1 | -0/+3 |
| 2014-05-07 | grep: use run-command's "dir" option for --open-files-in-pager | Jeff King | 1 | -3/+1 |
| 2014-02-24 | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
| 2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 1 | -5/+8 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -4/+6 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -19/+19 |
| 2013-07-22 | Merge branch 'jx/clean-interactive' | Junio C Hamano | 1 | -3/+2 |
| 2013-07-15 | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-15 | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2013-07-15 | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-26 | quote_path_relative(): remove redundant parameter | Jiang Xin | 1 | -3/+2 |
| 2013-05-10 | grep: honor --textconv for the case rev:path | Michael J Gruber | 1 | -5/+6 |
| 2013-05-10 | grep: allow to use textconv filters | Jeff King | 1 | -0/+2 |
| 2013-03-25 | Merge branch 'jk/fully-peeled-packed-ref' | Junio C Hamano | 1 | -3/+1 |
| 2013-03-17 | use parse_object_or_die instead of die("bad object") | Jeff King | 1 | -3/+1 |
| 2013-01-21 | grep: avoid accepting ambiguous revision | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2012-10-29 | Merge branch 'nd/grep-true-path' | Jeff King | 1 | -13/+18 |
| 2012-10-12 | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 1 | -13/+18 |
| 2012-10-09 | grep: move pattern-type bits support to top-level grep.[ch] | Junio C Hamano | 1 | -39/+1 |
| 2012-10-09 | grep: move the configuration parsing logic to grep.[ch] | Junio C Hamano | 1 | -131/+0 |
| 2012-10-09 | builtin/grep.c: make configuration callback more reusable | Junio C Hamano | 1 | -25/+79 |
| 2012-09-29 | Merge branch 'jc/maint-log-grep-all-match-1' into maint | Junio C Hamano | 1 | -0/+4 |
| 2012-09-18 | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 1 | -0/+4 |
| 2012-09-14 | grep: show --debug output only once | Michael J Gruber | 1 | -0/+1 |
| 2012-09-14 | grep: teach --debug option to dump the parse tree | Junio C Hamano | 1 | -0/+3 |
| 2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -45/+45 |
| 2012-08-22 | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-08-20 | i18n: grep: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -45/+45 |
| 2012-08-03 | grep: add a grep.patternType configuration setting | J Smith | 1 | -40/+72 |
| 2012-07-11 | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-06-28 | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 1 | -1/+1 |
| 2012-06-18 | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 1 | -1/+1 |
| 2012-06-01 | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 1 | -5/+2 |
| 2012-05-25 | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 1 | -5/+2 |
| 2012-05-21 | grep: stop leaking line strings with -f | René Scharfe | 1 | -5/+2 |
| 2012-03-01 | Merge branch 'rs/no-no-no-parseopt' | Junio C Hamano | 1 | -3/+2 |
| 2012-02-28 | parse-options: remove PARSE_OPT_NEGHELP | René Scharfe | 1 | -2/+2 |
| 2012-02-14 | Merge branch 'jk/grep-binary-attribute' | Junio C Hamano | 1 | -144/+33 |
| 2012-02-07 | drop odd return value semantics from userdiff_config | Jeff King | 1 | -5/+2 |
| 2012-02-02 | grep: pre-load userdiff drivers when threaded | Jeff King | 1 | -4/+6 |
| 2012-02-02 | convert git-grep to use grep_source interface | Jeff King | 1 | -119/+23 |
| 2012-02-02 | grep: move sha1-reading mutex into low-level code | Jeff King | 1 | -23/+6 |
| 2012-02-02 | grep: make locking flag global | Jeff King | 1 | -2/+2 |
| 2012-01-23 | grep: fix -l/-L interaction with decoration lines | Albert Yale | 1 | -2/+3 |
| 2011-12-16 | grep: disable threading in non-worktree case | Thomas Rast | 1 | -18/+18 |
| 2011-12-16 | grep: enable threading with -p and -W using lazy attribute lookup | Thomas Rast | 1 | -4/+9 |
| 2011-12-05 | Merge branch 'nd/misc-cleanups' | Junio C Hamano | 1 | -5/+6 |
| 2011-10-27 | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
| 2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-10-26 | builtin/grep: simplify lock_and_read_sha1_file() | Junio C Hamano | 1 | -7/+3 |
| 2011-10-26 | builtin/grep: make lock/unlock into static inline functions | Junio C Hamano | 1 | -5/+23 |
| 2011-10-26 | git grep: be careful to use mutexes only when they are initialized | Johannes Schindelin | 1 | -4/+5 |
| 2011-10-15 | Merge branch 'jc/grep-untracked-exclude' | Junio C Hamano | 1 | -1/+1 |
| 2011-10-15 | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude | Junio C Hamano | 1 | -1/+1 |
| 2011-10-13 | Merge branch 'jc/grep-untracked-exclude' | Junio C Hamano | 1 | -7/+17 |
| 2011-10-13 | Merge branch 'bw/grep-no-index-no-exclude' | Junio C Hamano | 1 | -3/+3 |
| 2011-10-05 | Merge branch 'nm/grep-object-sha1-lock' | Junio C Hamano | 1 | -0/+3 |
| 2011-10-04 | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude | Junio C Hamano | 1 | -10/+20 |
| 2011-08-28 | Merge branch 'jk/color-and-pager' | Junio C Hamano | 1 | -3/+1 |
| 2011-08-19 | want_color: automatically fallback to color.ui | Jeff King | 1 | -2/+0 |
| 2011-08-18 | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 1 | -1/+1 |
| 2011-08-01 | grep: long context options | René Scharfe | 1 | -4/+4 |
| 2011-08-01 | grep: add option to show whole function as context | René Scharfe | 1 | -1/+4 |
| 2011-06-05 | grep: add --heading | René Scharfe | 1 | -0/+2 |
| 2011-06-05 | grep: add --break | René Scharfe | 1 | -1/+3 |
| 2011-06-05 | grep: fix coloring of hunk marks between files | René Scharfe | 1 | -7/+16 |
| 2011-05-30 | Merge branch 'mk/grep-pcre' | Junio C Hamano | 1 | -9/+43 |
| 2011-05-23 | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 1 | -7/+1 |
| 2011-05-10 | grep: use get_pathspec() correctly | Junio C Hamano | 1 | -7/+1 |
| 2011-05-09 | git-grep: do not die upon -F/-P when grep.extendedRegexp is set. | Junio C Hamano | 1 | -13/+43 |
| 2011-05-09 | git-grep: Bail out when -P is used with -F or -E | Michał Kiedrowicz | 1 | -1/+3 |
| 2011-05-09 | git-grep: Learn PCRE | Michał Kiedrowicz | 1 | -0/+2 |
| 2011-05-06 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -6/+6 |
| 2011-04-03 | sparse: Fix errors and silence warnings | Stephen Boyd | 1 | -3/+3 |
| 2011-04-01 | Merge branch 'jr/grep-en-config' | Junio C Hamano | 1 | -0/+13 |
| 2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -17/+17 |
| 2011-03-30 | grep: allow -E and -n to be turned on by default via configuration | Joe Ratterman | 1 | -0/+13 |
| 2011-03-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-03-28 | grep: Add the option '--line-number' | Joe Ratterman | 1 | -1/+1 |
| 2011-03-25 | Improve tree_entry_interesting() handling code | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
| 2011-03-19 | grep: read patterns from stdin with -f - | René Scharfe | 1 | -2/+4 |
| 2011-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
| 2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -2/+1 |
| 2011-03-09 | i18n: git-grep "--open-files-in-pager" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-03-09 | i18n: git-grep basic messages | Ævar Arnfjörð Bjarmason | 1 | -16/+16 |
| 2011-02-16 | grep --no-index: honor pathspecs correctly | Junio C Hamano | 1 | -0/+4 |
| 2011-02-03 | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 1 | -111/+14 |
| 2011-02-03 | grep: use writable strbuf from caller for grep_tree() | Nguyễn Thái Ngọc Duy | 1 | -27/+24 |
| 2011-02-03 | grep: use match_pathspec_depth() for cache/worktree grepping | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-02-03 | grep: convert to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -14/+16 |
| 2010-12-10 | thread-utils.h: simplify the inclusion | Junio C Hamano | 1 | -4/+0 |
| 2010-11-15 | add description parameter to OPT__QUIET | René Scharfe | 1 | -2/+2 |
| 2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
| 2010-08-31 | Merge branch 'jn/paginate-fix' | Junio C Hamano | 1 | -4/+2 |
| 2010-08-29 | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
| 2010-08-18 | Merge branch 'tf/string-list-init' | Junio C Hamano | 1 | -1/+1 |
| 2010-08-11 | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -4/+2 |
| 2010-07-15 | Merge branch 'jn/grep-open' | Junio C Hamano | 1 | -0/+1 |
| 2010-07-07 | grep -O: Do not pass color sequences as filenames to pager | Nazri Ramliy | 1 | -0/+1 |
| 2010-07-05 | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
| 2010-06-30 | Merge branch 'jn/grep-open' | Junio C Hamano | 1 | -26/+95 |
| 2010-06-27 | Merge branch 'jp/string-list-api-cleanup' into jn/grep-open | Julian Phillips | 1 | -3/+3 |
| 2010-06-13 | Merge branch 'rs/grep-binary' | Junio C Hamano | 1 | -2/+6 |
| 2010-06-13 | grep -O: allow optional argument specifying the pager (or editor) | Johannes Schindelin | 1 | -14/+12 |
| 2010-06-13 | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 1 | -0/+73 |
| 2010-06-13 | Unify code paths of threaded greps | Johannes Schindelin | 1 | -17/+5 |
| 2010-06-13 | grep: refactor grep_objects loop into its own function | Jonathan Nieder | 1 | -10/+20 |
| 2010-05-24 | grep: support NUL chars in search strings for -F | René Scharfe | 1 | -2/+6 |
| 2010-05-21 | Merge branch 'np/malloc-threading' | Junio C Hamano | 1 | -1/+1 |
| 2010-04-03 | Merge branch 'rs/threaded-grep-context' | Junio C Hamano | 1 | -2/+13 |
| 2010-03-20 | Merge branch 'ml/color-grep' | Junio C Hamano | 1 | -8/+28 |
| 2010-03-15 | grep: enable threading for context line printing | René Scharfe | 1 | -2/+13 |
| 2010-03-10 | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 1 | -0/+1011 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+1010 |