summaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
Commit message (Expand)AuthorAgeFilesLines
* grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2022-09-071-27/+2
* grep: add --max-count command line optionCarlos López2022-06-221-0/+9
* docs: fix linting issues due to incorrect relative section orderÆvar Arnfjörð Bjarmason2021-04-101-32/+32
* doc: add more pointers to gitattributes(5) for userdiffPhilippe Blain2020-11-011-2/+4
* doc: use linkgit macro where needed.Jean-Noël Avila2020-10-081-1/+1
* Merge branch 'mt/grep-cquote-path'Junio C Hamano2020-04-281-2/+4
|\
| * grep: follow conventions for printing paths w/ unusual charsMatheus Tavares2020-04-201-2/+4
* | doc: --recurse-submodules mostly applies to active submodulesDamien Robert2020-04-061-1/+1
|/
* Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-2/+13
|\
| * grep: use no. of cores as the default no. of threadsMatheus Tavares2020-01-171-2/+2
| * grep: re-enable threads in non-worktree caseMatheus Tavares2020-01-171-0/+11
* | grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain2020-01-301-1/+2
|/
* grep: make the behavior for NUL-byte in patterns saneÆvar Arnfjörð Bjarmason2019-07-011-0/+17
* Documentation: turn middle-of-line tabs into spacesMartin Ågren2019-03-071-1/+1
* grep: add -r/--[no-]recursiveRené Scharfe2018-10-031-2/+9
* grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-1/+6
* grep.c: add configuration variables to show matched optionTaylor Blau2018-06-221-0/+3
* builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau2018-06-221-1/+5
* doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy2018-05-021-1/+1
* Merge branch 'mr/doc-negative-pathspec'Junio C Hamano2017-10-031-0/+6
|\
| * docs: improve discoverability of exclude pathspecmr/doc-negative-pathspecManav Rathi2017-09-251-0/+6
* | grep: recurse in-process using 'struct repository'Brandon Williams2017-08-021-7/+0
* | grep & rev-list doc: stop promising libpcre for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-211-2/+5
|/
* grep: enable recurse-submodules to work on <tree> objectsBrandon Williams2016-12-221-2/+11
* grep: optionally recurse into submodulesBrandon Williams2016-12-221-0/+5
* doc: typeset long command-line options as literalMatthieu Moy2016-06-281-4/+4
* doc: typeset short command-line options as literalMatthieu Moy2016-06-281-1/+1
* doc: change configuration variables formattr/doc-ttTom Russello2016-06-081-1/+1
* Merge branch 'tg/grep-no-index-fallback'Junio C Hamano2016-01-201-0/+4
|\
| * builtin/grep: add grep.fallbackToNoIndex configtg/grep-no-index-fallbackThomas Gummerer2016-01-121-0/+4
* | grep: add --threads=<num> option and grep.threads configurationvl/grep-configurable-threadsVictor Leschuk2015-12-161-0/+9
* | Documentation: explain optional arguments bettermm/keyid-docsMatthieu Moy2015-09-211-1/+4
* | Documentation/grep: fix documentation of -OMatthieu Moy2015-09-211-2/+2
|/
* grep: add grep.fullName config variableas/grep-fullname-configAndreas Schwab2014-03-201-0/+3
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-1/+8
|\
| * grep: allow to use textconv filtersJeff King2013-05-101-1/+8
* | documentation: trivial style cleanupsFelipe Contreras2013-05-171-1/+1
|/
* Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-1/+1
* grep: add a grep.patternType configuration settingJ Smith2012-08-031-1/+9
* Merge branch 'rs/maint-grep-F'Junio C Hamano2012-05-251-1/+3
|\
| * grep: support newline separated pattern listRené Scharfe2012-05-201-1/+3
* | docs: stop using asciidoc no-inline-literalJeff King2012-04-261-2/+2
* | grep doc: add --break / --heading / -W to synopsisMark Lodato2012-03-261-0/+2
* | Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy2012-01-141-0/+3
* | Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano2011-10-041-2/+15
|\ \
| * | grep: teach --untracked and --exclude-standard optionsJunio C Hamano2011-10-041-1/+14
* | | Merge branch 'rs/grep-function-context'Junio C Hamano2011-08-111-9/+23
|\ \ \
| * | | grep: long context optionsRené Scharfe2011-08-011-9/+17
| * | | grep: add option to show whole function as contextRené Scharfe2011-08-011-0/+6
* | | | docs: put listed example commands in backticksJeff King2011-08-041-3/+3
|/ / /