summaryrefslogtreecommitdiff
path: root/grep.h
AgeCommit message (Expand)Author
2016-07-01grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe
2013-05-10grep: allow to use textconv filtersJeff King
2013-02-25fix clang -Wtautological-compare with unsigned enumAntoine Pelisse
2012-10-29Merge branch 'nd/grep-true-path'Jeff King
2012-10-12grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy
2012-10-10grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano
2012-10-09grep: move the configuration parsing logic to grep.[ch]Junio C Hamano
2012-09-29log --grep-reflog: reject the option without -gJunio C Hamano
2012-09-29revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy
2012-09-29grep: prepare for new header field filterNguyễn Thái Ngọc Duy
2012-09-18Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano
2012-09-16grep.c: mark private file-scope symbols as staticJunio C Hamano
2012-09-14grep: teach --debug option to dump the parse treeJunio C Hamano
2012-08-03grep: add a grep.patternType configuration settingJ Smith
2012-06-01Merge branch 'rs/maint-grep-F' into maintJunio C Hamano
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano
2012-05-20grep: support newline separated pattern listRené Scharfe
2012-02-02grep: respect diff attributes for binary-nessJeff King
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King
2012-02-02grep: drop grep_buffer's "name" parameterJeff King
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King
2012-02-02grep: make locking flag globalJeff King
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast
2011-08-21Use kwset in grepFredrik Kuivinen
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
2010-09-13log --author: take union of multiple "author" requestsJunio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano
2010-03-08grep: Colorize selected, context, and function linesMark Lodato
2010-03-08grep: Colorize filename, line number, and separatorMark Lodato
2010-03-02Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano
2010-01-26Threaded grepFredrik Kuivinen
2010-01-26"log --author=me --grep=it" should find intersection, not unionJunio C Hamano
2010-01-13grep: rip out support for external grepJunio C Hamano
2009-11-17grep: Allow case insensitive search of fixed-stringsBrian Collins
2009-09-13Merge branch 'maint'Junio C Hamano
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher
2009-07-23grep: Add --max-depth option.Michał Kiedrowicz
2009-07-02grep -p: support user defined regular expressionsRené Scharfe
2009-07-02grep: add option -p/--show-functionRené Scharfe
2009-07-02grep: print context hunk marks between filesRené Scharfe
2009-07-02grep: move context hunk mark handling into show_line()René Scharfe