summaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | git log: avoid segfault with --all-matchMichele Ballabio2009-03-181-1/+2
* | | | grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano2009-03-081-2/+2
* | | | grep: color patterns in outputRené Scharfe2009-03-071-12/+78
* | | | grep: add pmatch and eflags arguments to match_one_pattern()René Scharfe2009-03-071-11/+10
* | | | grep: remove grep_opt argument from match_expr_eval()René Scharfe2009-03-071-17/+17
* | | | grep: micro-optimize hit collection for AND nodesRené Scharfe2009-03-071-7/+3
|/ / /
* | | Add is_regex_special()René Scharfe2009-01-171-8/+1
* | | Change NUL char handling of isspecial()René Scharfe2009-01-171-2/+3
* | | grep: don't call regexec() for fixed stringsRené Scharfe2009-01-091-4/+25
* | | grep -w: forward to next possible position after rejected matchRené Scharfe2009-01-091-4/+7
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
|/ /
* | Merge branch 'maint'Junio C Hamano2008-11-111-3/+3
|\ \ | |/
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-3/+3
* | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-011-3/+11
|/
* log --author/--committer: really match only with name partJunio C Hamano2008-09-041-0/+52
* Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-041-11/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* grep --all-matchJunio C Hamano2006-09-271-18/+96
* grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-271-5/+2
* grep: free expressions and patterns when done.Junio C Hamano2006-09-271-0/+42
* Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-201-16/+35
* builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-201-0/+440