summaryrefslogtreecommitdiffstats
path: root/grep.c
AgeCommit message (Expand)AuthorLines
2009-07-02grep: simplify -p outputRené Scharfe-8/+4
2009-07-01grep -p: support user defined regular expressionsRené Scharfe-3/+26
2009-07-01grep: add option -p/--show-functionRené Scharfe-8/+53
2009-07-01grep: handle pre context lines on demandRené Scharfe-29/+32
2009-07-01grep: print context hunk marks between filesRené Scharfe-1/+6
2009-07-01grep: move context hunk mark handling into show_line()René Scharfe-15/+11
2009-06-03grep: fix empty word-regexp matchesRené Scharfe-1/+5
2009-06-01grep: fix colouring of matches with zero lengthRené Scharfe-0/+2
2009-05-23grep: fix word-regexp at the beginning of linesRené Scharfe-0/+1
2009-05-20grep: fix word-regexp colouringRené Scharfe-0/+5
2009-04-28Merge branch 'maint'Junio C Hamano-2/+6
2009-04-28Merge branch 'maint-1.6.1' into maintJunio C Hamano-2/+6
2009-04-28Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano-2/+6
2009-04-27grep: fix segfault when "git grep '('" is givenLinus Torvalds-2/+6
2009-03-18git log: avoid segfault with --all-matchMichele Ballabio-1/+2
2009-03-08grep: cast printf %.*s "precision" argument explicitly to intJunio C Hamano-2/+2
2009-03-07grep: color patterns in outputRené Scharfe-12/+78
2009-03-07grep: add pmatch and eflags arguments to match_one_pattern()René Scharfe-11/+10
2009-03-07grep: remove grep_opt argument from match_expr_eval()René Scharfe-17/+17
2009-03-07grep: micro-optimize hit collection for AND nodesRené Scharfe-7/+3
2009-01-17Add is_regex_special()René Scharfe-8/+1
2009-01-17Change NUL char handling of isspecial()René Scharfe-2/+3
2009-01-09grep: don't call regexec() for fixed stringsRené Scharfe-4/+25
2009-01-09grep -w: forward to next possible position after rejected matchRené Scharfe-4/+7
2009-01-05remove trailing LF in die() messagesAlexander Potashev-1/+1
2008-11-11Merge branch 'maint'Junio C Hamano-3/+3
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe-3/+3
2008-10-01git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer-3/+11
2008-09-04log --author/--committer: really match only with name partJunio C Hamano-0/+52
2007-06-04Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin-11/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano-1/+0
2006-09-27grep --all-matchJunio C Hamano-18/+96
2006-09-27grep: fix --fixed-strings combined with expression.Junio C Hamano-5/+2
2006-09-27grep: free expressions and patterns when done.Junio C Hamano-0/+42
2006-09-20Update grep internal for grepping only in head/bodyJunio C Hamano-16/+35
2006-09-20builtin-grep: make pieces of it available as library.Junio C Hamano-0/+440