summaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
AgeCommit message (Expand)AuthorFilesLines
2011-05-09git-grep: Learn PCRELibravatar Michał Kiedrowicz1-0/+6
2011-05-05Documentation: Add --line-number to git-grep synopsisLibravatar Michał Kiedrowicz1-1/+1
2011-03-30grep: allow -E and -n to be turned on by default via configurationLibravatar Joe Ratterman1-0/+10
2011-03-28Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2011-03-28grep: Add the option '--line-number'Libravatar Joe Ratterman1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesLibravatar Jeff King1-10/+0
2010-08-20Documentation: add missing quotes to "git grep" examplesLibravatar Jonathan Nieder1-2/+2
2010-06-30Merge branch 'jn/grep-open'Libravatar Junio C Hamano1-0/+8
2010-06-25Documentation: grep: fix asciidoc problem with --Libravatar Christian Couder1-1/+1
2010-06-13grep -O: allow optional argument specifying the pager (or editor)Libravatar Johannes Schindelin1-3/+3
2010-06-13grep: Add the option '--open-files-in-pager'Libravatar Johannes Schindelin1-0/+8
2010-03-07Merge branch 'ml/maint-grep-doc'Libravatar Junio C Hamano1-13/+17
2010-03-02Merge branch 'ml/color-when'Libravatar Junio C Hamano1-2/+4
2010-02-25grep docs: document --no-index optionLibravatar Mark Lodato1-4/+8
2010-02-25grep docs: --cached and <tree>... are incompatibleLibravatar Mark Lodato1-3/+3
2010-02-25grep docs: use AsciiDoc literals consistentlyLibravatar Mark Lodato1-5/+5
2010-02-25grep docs: pluralize "Example" sectionLibravatar Mark Lodato1-2/+2
2010-02-24Merge branch 'ml/maint-grep-doc' into maintLibravatar Junio C Hamano1-5/+12
2010-02-21Merge branch 'ml/maint-grep-doc'Libravatar Junio C Hamano1-5/+12
2010-02-18Add an optional argument for --color optionsLibravatar Mark Lodato1-2/+4
2010-02-16grep documentation: clarify what files matchLibravatar Mark Lodato1-5/+12
2010-01-28grep --quiet: finishing touchesLibravatar Junio C Hamano1-1/+6
2010-01-10Documentation: spell 'git cmd' without dash throughoutLibravatar Thomas Rast1-1/+1
2009-07-22grep: Add --max-depth option.Libravatar Michał Kiedrowicz1-0/+5
2009-07-01grep -p: support user defined regular expressionsLibravatar René Scharfe1-0/+3
2009-07-01grep: add option -p/--show-functionLibravatar René Scharfe1-0/+5
2009-03-07grep: color patterns in outputLibravatar René Scharfe1-0/+8
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Libravatar Raphael Zimmerer1-0/+6
2008-07-05manpages: italicize git command names (which were in teletype font)Libravatar Jonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupLibravatar Jonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Libravatar Jonathan Nieder1-1/+1
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsLibravatar Stephan Beyer1-10/+27
2008-06-06documentation: move git(7) to git(1)Libravatar Christian Couder1-1/+1
2008-03-02Fix doc typos.Libravatar Ralf Wildenhues1-1/+1
2008-02-20Teach git-grep --name-only as synonym for -lLibravatar Shawn O. Pearce1-1/+3
2008-01-06Documentation: rename gitlink macro to linkgitLibravatar Dan McGee1-1/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-04-26Update git-grep documentationLibravatar Andrew Ruder1-4/+15
2007-01-17Documentation: a few spelling fixesLibravatar René Scharfe1-1/+1
2006-09-27grep --all-matchLibravatar Junio C Hamano1-1/+10
2006-09-15Document git-grep -[Hh]Libravatar Junio C Hamano1-1/+8
2006-08-11git-grep: show pathnames relative to the current directoryLibravatar Junio C Hamano1-1/+7
2006-08-02git-grep: document --and, --or, --not, ( and )Libravatar Matthias Lederhofer1-3/+17
2006-06-25correct documentation for git grepLibravatar Matthias Lederhofer1-1/+6
2006-06-03Documentation: Spelling fixesLibravatar Horst H. von Brand1-2/+2
2006-05-09builtin-grep: -F (--fixed-strings)Libravatar Junio C Hamano1-1/+1
2006-05-08builtin-grep: documentationLibravatar Junio C Hamano1-23/+62
2006-03-22Format tweaks for asciidoc.Libravatar Francis Daly1-7/+7
2006-03-09Fix some inconsistencies in the docsLibravatar Fredrik Kuivinen1-1/+1
2006-01-21git-grep: clarification on parameters.Libravatar Junio C Hamano1-4/+15