aboutsummaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAge
* 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
|/
* log --author/--committer: really match only with name partJunio C Hamano2008-09-04
* Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-04
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* grep --all-matchJunio C Hamano2006-09-27
* grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-27
* grep: free expressions and patterns when done.Junio C Hamano2006-09-27
* Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-20
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-20