aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-grep.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-25grep docs: describe --no-index further and improve formatting a bitDragan Simic1-9/+17
2024-03-25grep docs: describe --recurse-submodules further and improve formatting a bitDragan Simic1-5/+5
2023-10-09documentation: fix typosElijah Newren1-1/+1
2022-09-07grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason1-27/+2
2022-06-22grep: add --max-count command line optionCarlos López1-0/+9
2021-04-10docs: fix linting issues due to incorrect relative section orderÆvar Arnfjörð Bjarmason1-32/+32
2020-11-01doc: add more pointers to gitattributes(5) for userdiffPhilippe Blain1-2/+4
2020-10-08doc: use linkgit macro where needed.Jean-Noël Avila1-1/+1
2020-04-28Merge branch 'mt/grep-cquote-path'Junio C Hamano1-2/+4
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares1-2/+4
2020-04-06doc: --recurse-submodules mostly applies to active submodulesDamien Robert1-1/+1
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano1-2/+13
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain1-1/+2
2020-01-17grep: use no. of cores as the default no. of threadsMatheus Tavares1-2/+2
2020-01-17grep: re-enable threads in non-worktree caseMatheus Tavares1-0/+11
2019-07-01grep: make the behavior for NUL-byte in patterns saneÆvar Arnfjörð Bjarmason1-0/+17
2019-03-07Documentation: turn middle-of-line tabs into spacesMartin Ågren1-1/+1
2018-10-03grep: add -r/--[no-]recursiveRené Scharfe1-2/+9
2018-07-09grep.c: teach 'git grep --only-matching'Taylor Blau1-1/+6
2018-06-22grep.c: add configuration variables to show matched optionTaylor Blau1-0/+3
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau1-1/+5
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-1/+1
2017-10-03Merge branch 'mr/doc-negative-pathspec'Junio C Hamano1-0/+6
2017-09-25docs: improve discoverability of exclude pathspecManav Rathi1-0/+6
2017-08-02grep: recurse in-process using 'struct repository'Brandon Williams1-7/+0
2017-05-21grep & rev-list doc: stop promising libpcre for --perl-regexpÆvar Arnfjörð Bjarmason1-2/+5
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams1-2/+11
2016-12-22grep: optionally recurse into submodulesBrandon Williams1-0/+5
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-4/+4
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-1/+1
2016-06-08doc: change configuration variables formatTom Russello1-1/+1
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano1-0/+4
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer1-0/+4
2015-12-16grep: add --threads=<num> option and grep.threads configurationVictor Leschuk1-0/+9
2015-09-21Documentation: explain optional arguments betterMatthieu Moy1-1/+4
2015-09-21Documentation/grep: fix documentation of -OMatthieu Moy1-2/+2
2014-03-20grep: add grep.fullName config variableAndreas Schwab1-0/+3
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano1-1/+8
2013-05-17documentation: trivial style cleanupsFelipe Contreras1-1/+1
2013-05-10grep: allow to use textconv filtersJeff King1-1/+8
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2012-08-03grep: add a grep.patternType configuration settingJ Smith1-1/+9
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano1-1/+3
2012-05-20grep: support newline separated pattern listRené Scharfe1-1/+3
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-2/+2
2012-03-26grep doc: add --break / --heading / -W to synopsisMark Lodato1-0/+2
2012-01-14Document limited recursion pathspec matching with wildcardsNguyễn Thái Ngọc Duy1-0/+3
2011-10-04Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano1-2/+15
2011-10-04grep: teach --untracked and --exclude-standard optionsJunio C Hamano1-1/+14
2011-08-11Merge branch 'rs/grep-function-context'Junio C Hamano1-9/+23
2011-08-04docs: put listed example commands in backticksJeff King1-3/+3
2011-08-01grep: long context optionsRené Scharfe1-9/+17
2011-08-01grep: add option to show whole function as contextRené Scharfe1-0/+6
2011-06-05grep: add --headingRené Scharfe1-0/+4
2011-06-05grep: add --breakRené Scharfe1-0/+3
2011-05-09git-grep: Learn PCREMichał Kiedrowicz1-0/+6
2011-05-05Documentation: Add --line-number to git-grep synopsisMichał Kiedrowicz1-1/+1
2011-03-30grep: allow -E and -n to be turned on by default via configurationJoe Ratterman1-0/+10
2011-03-28Merge branch 'maint'Junio C Hamano1-0/+1
2011-03-28grep: Add the option '--line-number'Joe Ratterman1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2010-08-20Documentation: add missing quotes to "git grep" examplesJonathan Nieder1-2/+2
2010-06-30Merge branch 'jn/grep-open'Junio C Hamano1-0/+8
2010-06-25Documentation: grep: fix asciidoc problem with --Christian Couder1-1/+1
2010-06-13grep -O: allow optional argument specifying the pager (or editor)Johannes Schindelin1-3/+3
2010-06-13grep: Add the option '--open-files-in-pager'Johannes Schindelin1-0/+8
2010-03-07Merge branch 'ml/maint-grep-doc'Junio C Hamano1-13/+17
2010-03-02Merge branch 'ml/color-when'Junio C Hamano1-2/+4
2010-02-25grep docs: document --no-index optionMark Lodato1-4/+8
2010-02-25grep docs: --cached and <tree>... are incompatibleMark Lodato1-3/+3
2010-02-25grep docs: use AsciiDoc literals consistentlyMark Lodato1-5/+5
2010-02-25grep docs: pluralize "Example" sectionMark Lodato1-2/+2
2010-02-24Merge branch 'ml/maint-grep-doc' into maintJunio C Hamano1-5/+12
2010-02-21Merge branch 'ml/maint-grep-doc'Junio C Hamano1-5/+12
2010-02-18Add an optional argument for --color optionsMark Lodato1-2/+4
2010-02-16grep documentation: clarify what files matchMark Lodato1-5/+12
2010-01-28grep --quiet: finishing touchesJunio C Hamano1-1/+6
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2009-07-22grep: Add --max-depth option.Michał Kiedrowicz1-0/+5
2009-07-01grep -p: support user defined regular expressionsRené Scharfe1-0/+3
2009-07-01grep: add option -p/--show-functionRené Scharfe1-0/+5
2009-03-07grep: color patterns in outputRené Scharfe1-0/+8
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer1-0/+6
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-10/+27
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-03-02Fix doc typos.Ralf Wildenhues1-1/+1
2008-02-20Teach git-grep --name-only as synonym for -lShawn O. Pearce1-1/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-26Update git-grep documentationAndrew Ruder1-4/+15
2007-01-17Documentation: a few spelling fixesRené Scharfe1-1/+1
2006-09-27grep --all-matchJunio C Hamano1-1/+10
2006-09-15Document git-grep -[Hh]Junio C Hamano1-1/+8
2006-08-11git-grep: show pathnames relative to the current directoryJunio C Hamano1-1/+7
2006-08-02git-grep: document --and, --or, --not, ( and )Matthias Lederhofer1-3/+17
2006-06-25correct documentation for git grepMatthias Lederhofer1-1/+6
2006-06-03Documentation: Spelling fixesHorst H. von Brand1-2/+2
2006-05-09builtin-grep: -F (--fixed-strings)Junio C Hamano1-1/+1
2006-05-08builtin-grep: documentationJunio C Hamano1-23/+62
2006-03-22Format tweaks for asciidoc.Francis Daly1-7/+7
2006-03-09Fix some inconsistencies in the docsFredrik Kuivinen1-1/+1
2006-01-21git-grep: clarification on parameters.Junio C Hamano1-4/+15
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca1-2/+1
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-12Document git-grep and link it from the main git(7) page.Junio C Hamano1-0/+47