aboutsummaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAge
* 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
* grep: --count over binaryRené Scharfe2010-05-24
* grep: grep: refactor handling of binary mode optionsRené Scharfe2010-05-24
* Merge branch 'rs/threaded-grep-context'Junio C Hamano2010-04-03
|\
| * grep: enable threading for context line printingRené Scharfe2010-03-15
* | Merge branch 'ml/color-grep'Junio C Hamano2010-03-20
|\ \ | |/ |/|
| * grep: Colorize selected, context, and function linesMark Lodato2010-03-08
| * grep: Colorize filename, line number, and separatorMark Lodato2010-03-08
* | Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-02
|\ \ | |/ |/|
| * "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-25
* | grep: simplify assignment of ->fixedRené Scharfe2010-02-03
* | Merge branch 'fk/threaded-grep'Junio C Hamano2010-01-28
|\ \
| * | Threaded grepFredrik Kuivinen2010-01-26
* | | grep: use REG_STARTEND (if available) to speed up regexecBenjamin Kramer2010-01-26
|/ /
* | grep: rip out pessimization to use fixmatch()Junio C Hamano2010-01-13
* | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadJunio C Hamano2010-01-12
|\ \ | |/ |/|
| * grep: optimize built-in grep by skipping lines that do not hitJunio C Hamano2010-01-12
* | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-16
|/
* grep: simplify -p outputRené Scharfe2009-07-02
* grep -p: support user defined regular expressionsRené Scharfe2009-07-01
* grep: add option -p/--show-functionRené Scharfe2009-07-01
* grep: handle pre context lines on demandRené Scharfe2009-07-01
* grep: print context hunk marks between filesRené Scharfe2009-07-01
* grep: move context hunk mark handling into show_line()René Scharfe2009-07-01
* grep: fix empty word-regexp matchesRené Scharfe2009-06-03
* grep: fix colouring of matches with zero lengthRené Scharfe2009-06-01
* grep: fix word-regexp at the beginning of linesRené Scharfe2009-05-23
* grep: fix word-regexp colouringRené Scharfe2009-05-20
* Merge branch 'maint'Junio C Hamano2009-04-28
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-28
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-28
| | |\
| | | * grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-27
* | | | git log: avoid segfault with --all-matchMichele Ballabio2009-03-18
* | | | grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano2009-03-08
* | | | grep: color patterns in outputRené Scharfe2009-03-07
* | | | grep: add pmatch and eflags arguments to match_one_pattern()René Scharfe2009-03-07
* | | | grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-07
* | | | grep: micro-optimize hit collection for AND nodesRené Scharfe2009-03-07
|/ / /
* | | Add is_regex_special()René Scharfe2009-01-17
* | | Change NUL char handling of isspecial()René Scharfe2009-01-17
* | | grep: don't call regexec() for fixed stringsRené Scharfe2009-01-09
* | | grep -w: forward to next possible position after rejected matchRené Scharfe2009-01-09
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-05
|/ /
* | Merge branch 'maint'Junio C Hamano2008-11-11
|\ \ | |/
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-01
|/