summaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
AgeCommit message (Expand)Author
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain
2020-01-17grep: use no. of cores as the default no. of threadsMatheus Tavares
2020-01-17grep: re-enable threads in non-worktree caseMatheus Tavares
2019-07-01grep: make the behavior for NUL-byte in patterns saneÆvar Arnfjörð Bjarmason
2019-03-07Documentation: turn middle-of-line tabs into spacesMartin Ågren
2018-10-04grep: add -r/--[no-]recursiveRené Scharfe
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau
2018-06-22grep.c: add configuration variables to show matched optionTaylor Blau
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy
2017-10-03Merge branch 'mr/doc-negative-pathspec'Junio C Hamano
2017-09-25docs: improve discoverability of exclude pathspecManav Rathi
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams
2017-05-20grep & rev-list doc: stop promising libpcre for --perl-regexpÆvar Arnfjörð Bjarmason
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams
2016-12-22grep: optionally recurse into submodulesBrandon Williams
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-06-28doc: typeset short command-line options as literalMatthieu Moy
2016-06-08doc: change configuration variables formatTom Russello
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer
2015-12-16grep: add --threads=<num> option and grep.threads configurationVictor Leschuk
2015-09-21Documentation: explain optional arguments betterMatthieu Moy
2015-09-21Documentation/grep: fix documentation of -OMatthieu Moy
2014-03-20grep: add grep.fullName config variableAndreas Schwab
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano
2013-05-17documentation: trivial style cleanupsFelipe Contreras
2013-05-10grep: allow to use textconv filtersJeff King
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-08-03grep: add a grep.patternType configuration settingJ Smith
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano
2012-05-20grep: support newline separated pattern listRené Scharfe
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2012-03-26grep doc: add --break / --heading / -W to synopsisMark Lodato
2012-01-15Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy
2011-10-05Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano
2011-10-05grep: teach --untracked and --exclude-standard optionsJunio C Hamano
2011-08-11Merge branch 'rs/grep-function-context'Junio C Hamano
2011-08-04docs: put listed example commands in backticksJeff King
2011-08-01grep: long context optionsRené Scharfe
2011-08-01grep: add option to show whole function as contextRené Scharfe
2011-06-06grep: add --headingRené Scharfe
2011-06-06grep: add --breakRené Scharfe
2011-05-09git-grep: Learn PCREMichał Kiedrowicz
2011-05-05Documentation: Add --line-number to git-grep synopsisMichał Kiedrowicz
2011-03-30grep: allow -E and -n to be turned on by default via configurationJoe Ratterman
2011-03-28Merge branch 'maint'Junio C Hamano
2011-03-28grep: Add the option '--line-number'Joe Ratterman
2011-03-11doc: drop author/documentation sections from most pagesJeff King