summaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
AgeCommit message (Expand)AuthorFilesLines
2021-04-10docs: fix linting issues due to incorrect relative section orderLibravatar Ævar Arnfjörð Bjarmason1-32/+32
2020-11-01doc: add more pointers to gitattributes(5) for userdiffLibravatar Philippe Blain1-2/+4
2020-10-08doc: use linkgit macro where needed.Libravatar Jean-Noël Avila1-1/+1
2020-04-28Merge branch 'mt/grep-cquote-path'Libravatar Junio C Hamano1-2/+4
2020-04-20grep: follow conventions for printing paths w/ unusual charsLibravatar Matheus Tavares1-2/+4
2020-04-06doc: --recurse-submodules mostly applies to active submodulesLibravatar Damien Robert1-1/+1
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Libravatar Junio C Hamano1-2/+13
2020-01-30grep: ignore --recurse-submodules if --no-index is givenLibravatar Philippe Blain1-1/+2
2020-01-17grep: use no. of cores as the default no. of threadsLibravatar Matheus Tavares1-2/+2
2020-01-17grep: re-enable threads in non-worktree caseLibravatar Matheus Tavares1-0/+11
2019-07-01grep: make the behavior for NUL-byte in patterns saneLibravatar Ævar Arnfjörð Bjarmason1-0/+17
2019-03-07Documentation: turn middle-of-line tabs into spacesLibravatar Martin Ågren1-1/+1
2018-10-03grep: add -r/--[no-]recursiveLibravatar René Scharfe1-2/+9
2018-07-09grep.c: teach 'git grep --only-matching'Libravatar Taylor Blau1-1/+6
2018-06-22grep.c: add configuration variables to show matched optionLibravatar Taylor Blau1-0/+3
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Libravatar Taylor Blau1-1/+5
2018-05-02doc: keep first level section header in upper caseLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-10-03Merge branch 'mr/doc-negative-pathspec'Libravatar Junio C Hamano1-0/+6
2017-09-25docs: improve discoverability of exclude pathspecLibravatar Manav Rathi1-0/+6
2017-08-02grep: recurse in-process using 'struct repository'Libravatar Brandon Williams1-7/+0
2017-05-21grep & rev-list doc: stop promising libpcre for --perl-regexpLibravatar Ævar Arnfjörð Bjarmason1-2/+5
2016-12-22grep: enable recurse-submodules to work on <tree> objectsLibravatar Brandon Williams1-2/+11
2016-12-22grep: optionally recurse into submodulesLibravatar Brandon Williams1-0/+5
2016-06-28doc: typeset long command-line options as literalLibravatar Matthieu Moy1-4/+4
2016-06-28doc: typeset short command-line options as literalLibravatar Matthieu Moy1-1/+1
2016-06-08doc: change configuration variables formatLibravatar Tom Russello1-1/+1
2016-01-20Merge branch 'tg/grep-no-index-fallback'Libravatar Junio C Hamano1-0/+4
2016-01-12builtin/grep: add grep.fallbackToNoIndex configLibravatar Thomas Gummerer1-0/+4
2015-12-16grep: add --threads=<num> option and grep.threads configurationLibravatar Victor Leschuk1-0/+9
2015-09-21Documentation: explain optional arguments betterLibravatar Matthieu Moy1-1/+4
2015-09-21Documentation/grep: fix documentation of -OLibravatar Matthieu Moy1-2/+2
2014-03-20grep: add grep.fullName config variableLibravatar Andreas Schwab1-0/+3
2013-10-23Merge branch 'mg/more-textconv'Libravatar Junio C Hamano1-1/+8
2013-05-17documentation: trivial style cleanupsLibravatar Felipe Contreras1-1/+1
2013-05-10grep: allow to use textconv filtersLibravatar Jeff King1-1/+8
2013-02-01Documentation: the name of the system is 'Git', not 'git'Libravatar Thomas Ackermann1-1/+1
2012-08-03grep: add a grep.patternType configuration settingLibravatar J Smith1-1/+9
2012-05-25Merge branch 'rs/maint-grep-F'Libravatar Junio C Hamano1-1/+3
2012-05-20grep: support newline separated pattern listLibravatar René Scharfe1-1/+3
2012-04-26docs: stop using asciidoc no-inline-literalLibravatar Jeff King1-2/+2
2012-03-26grep doc: add --break / --heading / -W to synopsisLibravatar Mark Lodato1-0/+2
2012-01-14Document limited recursion pathspec matching with wildcardsLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2011-10-04Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeLibravatar Junio C Hamano1-2/+15
2011-10-04grep: teach --untracked and --exclude-standard optionsLibravatar Junio C Hamano1-1/+14
2011-08-11Merge branch 'rs/grep-function-context'Libravatar Junio C Hamano1-9/+23
2011-08-04docs: put listed example commands in backticksLibravatar Jeff King1-3/+3
2011-08-01grep: long context optionsLibravatar René Scharfe1-9/+17
2011-08-01grep: add option to show whole function as contextLibravatar René Scharfe1-0/+6
2011-06-05grep: add --headingLibravatar René Scharfe1-0/+4
2011-06-05grep: add --breakLibravatar René Scharfe1-0/+3