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