summaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* grep: --name-only over binaryRené Scharfe2010-05-241-4/+4
* grep: --count over binaryRené Scharfe2010-05-241-5/+4
* grep: grep: refactor handling of binary mode optionsRené Scharfe2010-05-241-9/+11
* Merge branch 'rs/threaded-grep-context'Junio C Hamano2010-04-031-12/+6
|\
| * grep: enable threading for context line printingRené Scharfe2010-03-151-12/+5
* | Merge branch 'ml/color-grep'Junio C Hamano2010-03-201-26/+49
|\ \ | |/ |/|
| * grep: Colorize selected, context, and function linesMark Lodato2010-03-081-2/+9
| * grep: Colorize filename, line number, and separatorMark Lodato2010-03-081-24/+40
* | Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-021-6/+40
|\ \ | |/ |/|
| * "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-251-6/+40
* | grep: simplify assignment of ->fixedRené Scharfe2010-02-031-4/+1
* | Merge branch 'fk/threaded-grep'Junio C Hamano2010-01-281-18/+88
|\ \
| * | Threaded grepFredrik Kuivinen2010-01-261-18/+88
* | | grep: use REG_STARTEND (if available) to speed up regexecBenjamin Kramer2010-01-261-1/+8
|/ /
* | grep: rip out pessimization to use fixmatch()Junio C Hamano2010-01-131-8/+1
* | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadJunio C Hamano2010-01-121-0/+75
|\ \ | |/ |/|
| * grep: optimize built-in grep by skipping lines that do not hitJunio C Hamano2010-01-121-0/+75
* | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-161-3/+10
|/
* grep: simplify -p outputRené Scharfe2009-07-021-8/+4
* grep -p: support user defined regular expressionsRené Scharfe2009-07-011-3/+26
* grep: add option -p/--show-functionRené Scharfe2009-07-011-8/+53
* grep: handle pre context lines on demandRené Scharfe2009-07-011-29/+32
* grep: print context hunk marks between filesRené Scharfe2009-07-011-1/+6
* grep: move context hunk mark handling into show_line()René Scharfe2009-07-011-15/+11
* grep: fix empty word-regexp matchesRené Scharfe2009-06-031-1/+5
* grep: fix colouring of matches with zero lengthRené Scharfe2009-06-011-0/+2
* grep: fix word-regexp at the beginning of linesRené Scharfe2009-05-231-0/+1
* grep: fix word-regexp colouringRené Scharfe2009-05-201-0/+5
* Merge branch 'maint'Junio C Hamano2009-04-281-2/+6
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-281-2/+6
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-281-2/+6
| | |\
| | | * grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-271-2/+6