summaryrefslogtreecommitdiffstats
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* fix clang -Wtautological-compare with unsigned enumAntoine Pelisse2013-02-251-1/+2
* Merge branch 'nd/grep-true-path'Jeff King2012-10-291-3/+8
|\
| * grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-121-3/+8
* | revisions: initialize revs->grep_filter using grep_init()Junio C Hamano2012-10-091-0/+5
* | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-091-0/+42
* | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-091-0/+130
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-291-0/+2
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-291-0/+1
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-291-1/+8
|/
* grep.c: make two symbols really file-scope static this timeJunio C Hamano2012-09-201-2/+2
* grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-1/+5
* log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano2012-09-141-0/+19
* grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-141-2/+90
* Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-17/+57
|\
| * grep: support newline separated pattern listRené Scharfe2012-05-201-1/+32
| * grep: factor out do_append_grep_pat()René Scharfe2012-05-201-6/+9
| * grep: factor out create_grep_pat()René Scharfe2012-05-201-11/+17
* | Merge branch 'ah/maint-grep-double-init' into maintJunio C Hamano2012-05-111-1/+1
|\ \
| * | grep.c: remove redundant line of codeAngus Hammond2012-05-071-1/+1
| |/
* | Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano2012-03-071-8/+3
|\ \
| * | grep: use static trans-case tableJunio C Hamano2012-02-281-8/+3
* | | Sync with 1.7.8.5Junio C Hamano2012-02-261-1/+1
|\ \ \
| * | | grep -P: Fix matching ^ and $Michał Kiedrowicz2012-02-261-1/+1
| |/ /
* | | grep: load file data after checking binary-nessJeff King2012-02-021-3/+3
* | | grep: respect diff attributes for binary-nessJeff King2012-02-021-2/+14
* | | grep: cache userdiff_driver in grep_sourceJeff King2012-02-021-6/+16
* | | grep: drop grep_buffer's "name" parameterJeff King2012-02-021-2/+2
* | | grep: refactor the concept of "grep source" into an objectJeff King2012-02-021-34/+164
* | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-021-0/+6
* | | grep: make locking flag globalJeff King2012-02-021-8/+10
* | | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-161-29/+44
* | | grep: load funcname patterns for -WThomas Rast2011-12-121-3/+4
|/ /
* | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-09-021-21/+45
|\ \
| * | Use kwset in grepFredrik Kuivinen2011-08-201-21/+45
* | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-1/+1
|\ \ \ | |/ / |/| |
| * | color: delay auto-color decision until point of useJeff King2011-08-191-1/+1
| |/
* | grep: add option to show whole function as contextRené Scharfe2011-08-011-10/+22
* | grep: add --headingRené Scharfe2011-06-051-1/+5
* | grep: add --breakRené Scharfe2011-06-051-2/+5
* | grep: fix coloring of hunk marks between filesRené Scharfe2011-06-051-3/+12
|/
* git-grep: Learn PCREMichał Kiedrowicz2011-05-091-1/+74
* grep: Extract compile_regexp_failed() from compile_regexp()Michał Kiedrowicz2011-05-091-9/+16
* grep: Fix a typo in a commentMichał Kiedrowicz2011-05-091-1/+1
* grep: Put calls to fixmatch() and regmatch() into patmatch()Michał Kiedrowicz2011-05-051-8/+15
* log --author: take union of multiple "author" requestsJunio C Hamano2010-09-131-12/+53
* grep: move logic to compile header pattern into a separate helperJunio C Hamano2010-09-121-23/+22
* grep: support NUL chars in search strings for -FRené Scharfe2010-05-241-13/+20
* grep: use REG_STARTEND for all matching if availableRené Scharfe2010-05-241-10/+14
* grep: continue case insensitive fixed string search after NUL charsRené Scharfe2010-05-241-3/+9
* grep: use memmem() for fixed string searchRené Scharfe2010-05-241-7/+9