Age | Commit message (Expand) | Author | Files | Lines |
2018-07-09 | grep.c: teach 'git grep --only-matching' | Taylor Blau | 1 | -1/+6 |
2018-06-22 | grep.c: add configuration variables to show matched option | Taylor Blau | 1 | -0/+3 |
2018-06-22 | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 1 | -1/+5 |
2018-05-02 | doc: keep first level section header in upper case | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-10-03 | Merge branch 'mr/doc-negative-pathspec' | Junio C Hamano | 1 | -0/+6 |
2017-09-25 | docs: improve discoverability of exclude pathspec | Manav Rathi | 1 | -0/+6 |
2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -7/+0 |
2017-05-21 | grep & rev-list doc: stop promising libpcre for --perl-regexp | Ævar Arnfjörð Bjarmason | 1 | -2/+5 |
2016-12-22 | grep: enable recurse-submodules to work on <tree> objects | Brandon Williams | 1 | -2/+11 |
2016-12-22 | grep: optionally recurse into submodules | Brandon Williams | 1 | -0/+5 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -4/+4 |
2016-06-28 | doc: typeset short command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-06-08 | doc: change configuration variables format | Tom Russello | 1 | -1/+1 |
2016-01-20 | Merge branch 'tg/grep-no-index-fallback' | Junio C Hamano | 1 | -0/+4 |
2016-01-12 | builtin/grep: add grep.fallbackToNoIndex config | Thomas Gummerer | 1 | -0/+4 |
2015-12-16 | grep: add --threads=<num> option and grep.threads configuration | Victor Leschuk | 1 | -0/+9 |
2015-09-21 | Documentation: explain optional arguments better | Matthieu Moy | 1 | -1/+4 |
2015-09-21 | Documentation/grep: fix documentation of -O | Matthieu Moy | 1 | -2/+2 |
2014-03-20 | grep: add grep.fullName config variable | Andreas Schwab | 1 | -0/+3 |
2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 1 | -1/+8 |
2013-05-17 | documentation: trivial style cleanups | Felipe Contreras | 1 | -1/+1 |
2013-05-10 | grep: allow to use textconv filters | Jeff King | 1 | -1/+8 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -1/+1 |
2012-08-03 | grep: add a grep.patternType configuration setting | J Smith | 1 | -1/+9 |
2012-05-25 | Merge branch 'rs/maint-grep-F' | Junio C Hamano | 1 | -1/+3 |
2012-05-20 | grep: support newline separated pattern list | René Scharfe | 1 | -1/+3 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -2/+2 |
2012-03-26 | grep doc: add --break / --heading / -W to synopsis | Mark Lodato | 1 | -0/+2 |
2012-01-14 | Document limited recursion pathspec matching with wildcards | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2011-10-04 | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude | Junio C Hamano | 1 | -2/+15 |
2011-10-04 | grep: teach --untracked and --exclude-standard options | Junio C Hamano | 1 | -1/+14 |
2011-08-11 | Merge branch 'rs/grep-function-context' | Junio C Hamano | 1 | -9/+23 |
2011-08-04 | docs: put listed example commands in backticks | Jeff King | 1 | -3/+3 |
2011-08-01 | grep: long context options | René Scharfe | 1 | -9/+17 |
2011-08-01 | grep: add option to show whole function as context | René Scharfe | 1 | -0/+6 |
2011-06-05 | grep: add --heading | René Scharfe | 1 | -0/+4 |
2011-06-05 | grep: add --break | René Scharfe | 1 | -0/+3 |
2011-05-09 | git-grep: Learn PCRE | Michał Kiedrowicz | 1 | -0/+6 |
2011-05-05 | Documentation: Add --line-number to git-grep synopsis | Michał Kiedrowicz | 1 | -1/+1 |
2011-03-30 | grep: allow -E and -n to be turned on by default via configuration | Joe Ratterman | 1 | -0/+10 |
2011-03-28 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2011-03-28 | grep: Add the option '--line-number' | Joe Ratterman | 1 | -0/+1 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -10/+0 |
2010-08-20 | Documentation: add missing quotes to "git grep" examples | Jonathan Nieder | 1 | -2/+2 |
2010-06-30 | Merge branch 'jn/grep-open' | Junio C Hamano | 1 | -0/+8 |
2010-06-25 | Documentation: grep: fix asciidoc problem with -- | Christian Couder | 1 | -1/+1 |
2010-06-13 | grep -O: allow optional argument specifying the pager (or editor) | Johannes Schindelin | 1 | -3/+3 |
2010-06-13 | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 1 | -0/+8 |
2010-03-07 | Merge branch 'ml/maint-grep-doc' | Junio C Hamano | 1 | -13/+17 |
2010-03-02 | Merge branch 'ml/color-when' | Junio C Hamano | 1 | -2/+4 |