Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-02-25 | grep docs: document --no-index option | Mark Lodato | 1 | -4/+8 |
2010-02-25 | grep docs: --cached and <tree>... are incompatible | Mark Lodato | 1 | -3/+3 |
2010-02-25 | grep docs: use AsciiDoc literals consistently | Mark Lodato | 1 | -5/+5 |
2010-02-25 | grep docs: pluralize "Example" section | Mark Lodato | 1 | -2/+2 |
2010-02-24 | Merge branch 'ml/maint-grep-doc' into maint | Junio C Hamano | 1 | -5/+12 |
2010-02-21 | Merge branch 'ml/maint-grep-doc' | Junio C Hamano | 1 | -5/+12 |
2010-02-18 | Add an optional argument for --color options | Mark Lodato | 1 | -2/+4 |
2010-02-16 | grep documentation: clarify what files match | Mark Lodato | 1 | -5/+12 |