| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -2/+2 |
| 2015-01-13 | use xstrdup_or_null to replace ternary conditionals | Jeff King | 1 | -2/+2 |
| 2014-10-31 | Merge branch 'rs/grep-color-words' | Junio C Hamano | 1 | -7/+22 |
| 2014-10-28 | grep: add color.grep.matchcontext and color.grep.matchselected | René Scharfe | 1 | -7/+22 |
| 2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -1/+1 |
| 2014-06-03 | Merge branch 'as/grep-fullname-config' | Junio C Hamano | 1 | -0/+5 |
| 2014-03-20 | grep: add grep.fullName config variable | Andreas Schwab | 1 | -0/+5 |
| 2014-03-18 | Merge branch 'rs/grep-h-c' | Junio C Hamano | 1 | -2/+5 |
| 2014-03-11 | grep: support -h (no header) with --count | René Scharfe | 1 | -2/+5 |
| 2014-03-06 | Use hashcpy() when copying object names | Sun He | 1 | -1/+1 |
| 2013-05-10 | grep: allow to use textconv filters | Jeff King | 1 | -14/+86 |
| 2013-02-25 | fix clang -Wtautological-compare with unsigned enum | Antoine Pelisse | 1 | -1/+2 |
| 2012-10-29 | Merge branch 'nd/grep-true-path' | Jeff King | 1 | -3/+8 |
| 2012-10-12 | grep: stop looking at random places for .gitattributes | Nguyễn Thái Ngọc Duy | 1 | -3/+8 |
| 2012-10-09 | revisions: initialize revs->grep_filter using grep_init() | Junio C Hamano | 1 | -0/+5 |
| 2012-10-09 | grep: move pattern-type bits support to top-level grep.[ch] | Junio C Hamano | 1 | -0/+42 |
| 2012-10-09 | grep: move the configuration parsing logic to grep.[ch] | Junio C Hamano | 1 | -0/+130 |
| 2012-09-29 | log --grep-reflog: reject the option without -g | Junio C Hamano | 1 | -0/+2 |
| 2012-09-29 | revision: add --grep-reflog to filter commits by reflog messages | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2012-09-29 | grep: prepare for new header field filter | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
| 2012-09-20 | grep.c: make two symbols really file-scope static this time | Junio C Hamano | 1 | -2/+2 |
| 2012-09-15 | grep.c: mark private file-scope symbols as static | Junio C Hamano | 1 | -1/+5 |
| 2012-09-14 | log --grep/--author: honor --all-match honored for multiple --grep patterns | Junio C Hamano | 1 | -0/+19 |
| 2012-09-14 | grep: teach --debug option to dump the parse tree | Junio C Hamano | 1 | -2/+90 |
| 2012-06-01 | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 1 | -17/+57 |
| 2012-05-20 | grep: support newline separated pattern list | René Scharfe | 1 | -1/+32 |
| 2012-05-20 | grep: factor out do_append_grep_pat() | René Scharfe | 1 | -6/+9 |
| 2012-05-20 | grep: factor out create_grep_pat() | René Scharfe | 1 | -11/+17 |
| 2012-05-11 | Merge branch 'ah/maint-grep-double-init' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-05-07 | grep.c: remove redundant line of code | Angus Hammond | 1 | -1/+1 |
| 2012-03-07 | Merge branch 'jc/pickaxe-ignore-case' | Junio C Hamano | 1 | -8/+3 |
| 2012-02-28 | grep: use static trans-case table | Junio C Hamano | 1 | -8/+3 |
| 2012-02-26 | Sync with 1.7.8.5 | Junio C Hamano | 1 | -1/+1 |
| 2012-02-26 | grep -P: Fix matching ^ and $ | Michał Kiedrowicz | 1 | -1/+1 |
| 2012-02-02 | grep: load file data after checking binary-ness | Jeff King | 1 | -3/+3 |
| 2012-02-02 | grep: respect diff attributes for binary-ness | Jeff King | 1 | -2/+14 |
| 2012-02-02 | grep: cache userdiff_driver in grep_source | Jeff King | 1 | -6/+16 |
| 2012-02-02 | grep: drop grep_buffer's "name" parameter | Jeff King | 1 | -2/+2 |
| 2012-02-02 | grep: refactor the concept of "grep source" into an object | Jeff King | 1 | -34/+164 |
| 2012-02-02 | grep: move sha1-reading mutex into low-level code | Jeff King | 1 | -0/+6 |
| 2012-02-02 | grep: make locking flag global | Jeff King | 1 | -8/+10 |
| 2011-12-16 | grep: enable threading with -p and -W using lazy attribute lookup | Thomas Rast | 1 | -29/+44 |
| 2011-12-12 | grep: load funcname patterns for -W | Thomas Rast | 1 | -3/+4 |
| 2011-09-02 | Merge branch 'fk/use-kwset-pickaxe-grep-f' | Junio C Hamano | 1 | -21/+45 |
| 2011-08-28 | Merge branch 'jk/color-and-pager' | Junio C Hamano | 1 | -1/+1 |
| 2011-08-20 | Use kwset in grep | Fredrik Kuivinen | 1 | -21/+45 |
| 2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -1/+1 |
| 2011-08-01 | grep: add option to show whole function as context | René Scharfe | 1 | -10/+22 |
| 2011-06-05 | grep: add --heading | René Scharfe | 1 | -1/+5 |
| 2011-06-05 | grep: add --break | René Scharfe | 1 | -2/+5 |
| 2011-06-05 | grep: fix coloring of hunk marks between files | René Scharfe | 1 | -3/+12 |
| 2011-05-09 | git-grep: Learn PCRE | Michał Kiedrowicz | 1 | -1/+74 |
| 2011-05-09 | grep: Extract compile_regexp_failed() from compile_regexp() | Michał Kiedrowicz | 1 | -9/+16 |
| 2011-05-09 | grep: Fix a typo in a comment | Michał Kiedrowicz | 1 | -1/+1 |
| 2011-05-05 | grep: Put calls to fixmatch() and regmatch() into patmatch() | Michał Kiedrowicz | 1 | -8/+15 |
| 2010-09-13 | log --author: take union of multiple "author" requests | Junio C Hamano | 1 | -12/+53 |
| 2010-09-12 | grep: move logic to compile header pattern into a separate helper | Junio C Hamano | 1 | -23/+22 |
| 2010-05-24 | grep: support NUL chars in search strings for -F | René Scharfe | 1 | -13/+20 |
| 2010-05-24 | grep: use REG_STARTEND for all matching if available | René Scharfe | 1 | -10/+14 |
| 2010-05-24 | grep: continue case insensitive fixed string search after NUL chars | René Scharfe | 1 | -3/+9 |
| 2010-05-24 | grep: use memmem() for fixed string search | René Scharfe | 1 | -7/+9 |
| 2010-05-24 | grep: --name-only over binary | René Scharfe | 1 | -4/+4 |
| 2010-05-24 | grep: --count over binary | René Scharfe | 1 | -5/+4 |
| 2010-05-24 | grep: grep: refactor handling of binary mode options | René Scharfe | 1 | -9/+11 |
| 2010-04-03 | Merge branch 'rs/threaded-grep-context' | Junio C Hamano | 1 | -12/+6 |
| 2010-03-20 | Merge branch 'ml/color-grep' | Junio C Hamano | 1 | -26/+49 |
| 2010-03-15 | grep: enable threading for context line printing | René Scharfe | 1 | -12/+5 |
| 2010-03-08 | grep: Colorize selected, context, and function lines | Mark Lodato | 1 | -2/+9 |
| 2010-03-08 | grep: Colorize filename, line number, and separator | Mark Lodato | 1 | -24/+40 |
| 2010-03-02 | Merge branch 'jc/grep-author-all-match-implicit' | Junio C Hamano | 1 | -6/+40 |
| 2010-02-03 | grep: simplify assignment of ->fixed | René Scharfe | 1 | -4/+1 |
| 2010-01-28 | Merge branch 'fk/threaded-grep' | Junio C Hamano | 1 | -18/+88 |
| 2010-01-26 | grep: use REG_STARTEND (if available) to speed up regexec | Benjamin Kramer | 1 | -1/+8 |
| 2010-01-26 | Threaded grep | Fredrik Kuivinen | 1 | -18/+88 |
| 2010-01-25 | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 1 | -6/+40 |
| 2010-01-13 | grep: rip out pessimization to use fixmatch() | Junio C Hamano | 1 | -8/+1 |
| 2010-01-12 | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead | Junio C Hamano | 1 | -0/+75 |
| 2010-01-12 | grep: optimize built-in grep by skipping lines that do not hit | Junio C Hamano | 1 | -0/+75 |
| 2009-11-16 | grep: Allow case insensitive search of fixed-strings | Brian Collins | 1 | -3/+10 |
| 2009-07-02 | grep: simplify -p output | René Scharfe | 1 | -8/+4 |
| 2009-07-01 | grep -p: support user defined regular expressions | René Scharfe | 1 | -3/+26 |
| 2009-07-01 | grep: add option -p/--show-function | René Scharfe | 1 | -8/+53 |
| 2009-07-01 | grep: handle pre context lines on demand | René Scharfe | 1 | -29/+32 |
| 2009-07-01 | grep: print context hunk marks between files | René Scharfe | 1 | -1/+6 |
| 2009-07-01 | grep: move context hunk mark handling into show_line() | René Scharfe | 1 | -15/+11 |
| 2009-06-03 | grep: fix empty word-regexp matches | René Scharfe | 1 | -1/+5 |
| 2009-06-01 | grep: fix colouring of matches with zero length | René Scharfe | 1 | -0/+2 |
| 2009-05-23 | grep: fix word-regexp at the beginning of lines | René Scharfe | 1 | -0/+1 |
| 2009-05-20 | grep: fix word-regexp colouring | René Scharfe | 1 | -0/+5 |
| 2009-04-28 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+6 |
| 2009-04-28 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -2/+6 |
| 2009-04-28 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -2/+6 |
| 2009-04-27 | grep: fix segfault when "git grep '('" is given | Linus Torvalds | 1 | -2/+6 |
| 2009-03-18 | git log: avoid segfault with --all-match | Michele Ballabio | 1 | -1/+2 |
| 2009-03-08 | grep: cast printf %.*s "precision" argument explicitly to int | Junio C Hamano | 1 | -2/+2 |
| 2009-03-07 | grep: color patterns in output | René Scharfe | 1 | -12/+78 |
| 2009-03-07 | grep: add pmatch and eflags arguments to match_one_pattern() | René Scharfe | 1 | -11/+10 |
| 2009-03-07 | grep: remove grep_opt argument from match_expr_eval() | René Scharfe | 1 | -17/+17 |
| 2009-03-07 | grep: micro-optimize hit collection for AND nodes | René Scharfe | 1 | -7/+3 |
| 2009-01-17 | Add is_regex_special() | René Scharfe | 1 | -8/+1 |
| 2009-01-17 | Change NUL char handling of isspecial() | René Scharfe | 1 | -2/+3 |
| 2009-01-09 | grep: don't call regexec() for fixed strings | René Scharfe | 1 | -4/+25 |
| 2009-01-09 | grep -w: forward to next possible position after rejected match | René Scharfe | 1 | -4/+7 |
| 2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -1/+1 |
| 2008-11-11 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
| 2008-11-11 | Fix non-literal format in printf-style calls | Daniel Lowe | 1 | -3/+3 |
| 2008-10-01 | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 1 | -3/+11 |
| 2008-09-04 | log --author/--committer: really match only with name part | Junio C Hamano | 1 | -0/+52 |
| 2007-06-04 | Move buffer_is_binary() to xdiff-interface.h | Johannes Schindelin | 1 | -11/+1 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+0 |
| 2006-09-27 | grep --all-match | Junio C Hamano | 1 | -18/+96 |
| 2006-09-27 | grep: fix --fixed-strings combined with expression. | Junio C Hamano | 1 | -5/+2 |
| 2006-09-27 | grep: free expressions and patterns when done. | Junio C Hamano | 1 | -0/+42 |
| 2006-09-20 | Update grep internal for grepping only in head/body | Junio C Hamano | 1 | -16/+35 |
| 2006-09-20 | builtin-grep: make pieces of it available as library. | Junio C Hamano | 1 | -0/+440 |