| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-21 | doc: use .adoc extension for AsciiDoc files | brian m. carlson | 1 | -360/+0 |
| 2024-03-25 | grep docs: describe --no-index further and improve formatting a bit | Dragan Simic | 1 | -9/+17 |
| 2024-03-25 | grep docs: describe --recurse-submodules further and improve formatting a bit | Dragan Simic | 1 | -5/+5 |
| 2023-10-09 | documentation: fix typos | Elijah Newren | 1 | -1/+1 |
| 2022-09-07 | grep docs: de-duplicate configuration sections | Ævar Arnfjörð Bjarmason | 1 | -27/+2 |
| 2022-06-22 | grep: add --max-count command line option | Carlos López | 1 | -0/+9 |
| 2021-04-10 | docs: fix linting issues due to incorrect relative section order | Ævar Arnfjörð Bjarmason | 1 | -32/+32 |
| 2020-11-01 | doc: add more pointers to gitattributes(5) for userdiff | Philippe Blain | 1 | -2/+4 |
| 2020-10-08 | doc: use linkgit macro where needed. | Jean-Noël Avila | 1 | -1/+1 |
| 2020-04-28 | Merge branch 'mt/grep-cquote-path' | Junio C Hamano | 1 | -2/+4 |
| 2020-04-20 | grep: follow conventions for printing paths w/ unusual chars | Matheus Tavares | 1 | -2/+4 |
| 2020-04-06 | doc: --recurse-submodules mostly applies to active submodules | Damien Robert | 1 | -1/+1 |
| 2020-02-14 | Merge branch 'mt/threaded-grep-in-object-store' | Junio C Hamano | 1 | -2/+13 |
| 2020-01-30 | grep: ignore --recurse-submodules if --no-index is given | Philippe Blain | 1 | -1/+2 |
| 2020-01-17 | grep: use no. of cores as the default no. of threads | Matheus Tavares | 1 | -2/+2 |
| 2020-01-17 | grep: re-enable threads in non-worktree case | Matheus Tavares | 1 | -0/+11 |
| 2019-07-01 | grep: make the behavior for NUL-byte in patterns sane | Ævar Arnfjörð Bjarmason | 1 | -0/+17 |
| 2019-03-07 | Documentation: turn middle-of-line tabs into spaces | Martin Ågren | 1 | -1/+1 |
| 2018-10-03 | grep: add -r/--[no-]recursive | René Scharfe | 1 | -2/+9 |
| 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 |
| 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 |
| 2010-01-28 | grep --quiet: finishing touches | Junio C Hamano | 1 | -1/+6 |
| 2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -1/+1 |
| 2009-07-22 | grep: Add --max-depth option. | Michał Kiedrowicz | 1 | -0/+5 |
| 2009-07-01 | grep -p: support user defined regular expressions | René Scharfe | 1 | -0/+3 |
| 2009-07-01 | grep: add option -p/--show-function | René Scharfe | 1 | -0/+5 |
| 2009-03-07 | grep: color patterns in output | René Scharfe | 1 | -0/+8 |
| 2008-10-01 | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 1 | -0/+6 |
| 2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -1/+1 |
| 2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -1/+1 |
| 2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
| 2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -10/+27 |
| 2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
| 2008-03-02 | Fix doc typos. | Ralf Wildenhues | 1 | -1/+1 |
| 2008-02-20 | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 1 | -1/+3 |
| 2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -1/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
| 2007-04-26 | Update git-grep documentation | Andrew Ruder | 1 | -4/+15 |
| 2007-01-17 | Documentation: a few spelling fixes | René Scharfe | 1 | -1/+1 |
| 2006-09-27 | grep --all-match | Junio C Hamano | 1 | -1/+10 |
| 2006-09-15 | Document git-grep -[Hh] | Junio C Hamano | 1 | -1/+8 |
| 2006-08-11 | git-grep: show pathnames relative to the current directory | Junio C Hamano | 1 | -1/+7 |
| 2006-08-02 | git-grep: document --and, --or, --not, ( and ) | Matthias Lederhofer | 1 | -3/+17 |
| 2006-06-25 | correct documentation for git grep | Matthias Lederhofer | 1 | -1/+6 |
| 2006-06-03 | Documentation: Spelling fixes | Horst H. von Brand | 1 | -2/+2 |
| 2006-05-09 | builtin-grep: -F (--fixed-strings) | Junio C Hamano | 1 | -1/+1 |
| 2006-05-08 | builtin-grep: documentation | Junio C Hamano | 1 | -23/+62 |
| 2006-03-22 | Format tweaks for asciidoc. | Francis Daly | 1 | -7/+7 |
| 2006-03-09 | Fix some inconsistencies in the docs | Fredrik Kuivinen | 1 | -1/+1 |
| 2006-01-21 | git-grep: clarification on parameters. | Junio C Hamano | 1 | -4/+15 |
| 2006-01-05 | Wrap synopsis lines and use [verse] to keep formatting | Jonas Fonseca | 1 | -2/+1 |
| 2005-10-10 | Remove the version tags from the manpages | Junio C Hamano | 1 | -1/+0 |
| 2005-09-20 | [PATCH] Documentation: Update all files to use the new gitlink: macro | Sergey Vlasov | 1 | -1/+1 |
| 2005-09-12 | Document git-grep and link it from the main git(7) page. | Junio C Hamano | 1 | -0/+47 |