Age | Commit message (Expand) | Author | Files | Lines |
2009-07-02 | grep: simplify -p output | René Scharfe | 1 | -8/+4 |
2009-07-01 | grep -p: support user defined regular expressions | René Scharfe | 1 | -3/+26 |
2009-07-01 | grep: add option -p/--show-function | René Scharfe | 1 | -8/+53 |
2009-07-01 | grep: handle pre context lines on demand | René Scharfe | 1 | -29/+32 |
2009-07-01 | grep: print context hunk marks between files | René Scharfe | 1 | -1/+6 |
2009-07-01 | grep: move context hunk mark handling into show_line() | René Scharfe | 1 | -15/+11 |
2009-06-03 | grep: fix empty word-regexp matches | René Scharfe | 1 | -1/+5 |
2009-06-01 | grep: fix colouring of matches with zero length | René Scharfe | 1 | -0/+2 |
2009-05-23 | grep: fix word-regexp at the beginning of lines | René Scharfe | 1 | -0/+1 |
2009-05-20 | grep: fix word-regexp colouring | René Scharfe | 1 | -0/+5 |
2009-04-28 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+6 |
2009-04-28 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -2/+6 |
2009-04-28 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -2/+6 |
2009-04-27 | grep: fix segfault when "git grep '('" is given | Linus Torvalds | 1 | -2/+6 |
2009-03-18 | git log: avoid segfault with --all-match | Michele Ballabio | 1 | -1/+2 |
2009-03-08 | grep: cast printf %.*s "precision" argument explicitly to int | Junio C Hamano | 1 | -2/+2 |
2009-03-07 | grep: color patterns in output | René Scharfe | 1 | -12/+78 |
2009-03-07 | grep: add pmatch and eflags arguments to match_one_pattern() | René Scharfe | 1 | -11/+10 |
2009-03-07 | grep: remove grep_opt argument from match_expr_eval() | René Scharfe | 1 | -17/+17 |
2009-03-07 | grep: micro-optimize hit collection for AND nodes | René Scharfe | 1 | -7/+3 |
2009-01-17 | Add is_regex_special() | René Scharfe | 1 | -8/+1 |
2009-01-17 | Change NUL char handling of isspecial() | René Scharfe | 1 | -2/+3 |
2009-01-09 | grep: don't call regexec() for fixed strings | René Scharfe | 1 | -4/+25 |
2009-01-09 | grep -w: forward to next possible position after rejected match | René Scharfe | 1 | -4/+7 |
2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -1/+1 |
2008-11-11 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
2008-11-11 | Fix non-literal format in printf-style calls | Daniel Lowe | 1 | -3/+3 |
2008-10-01 | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 1 | -3/+11 |
2008-09-04 | log --author/--committer: really match only with name part | Junio C Hamano | 1 | -0/+52 |
2007-06-04 | Move buffer_is_binary() to xdiff-interface.h | Johannes Schindelin | 1 | -11/+1 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+0 |
2006-09-27 | grep --all-match | Junio C Hamano | 1 | -18/+96 |
2006-09-27 | grep: fix --fixed-strings combined with expression. | Junio C Hamano | 1 | -5/+2 |
2006-09-27 | grep: free expressions and patterns when done. | Junio C Hamano | 1 | -0/+42 |
2006-09-20 | Update grep internal for grepping only in head/body | Junio C Hamano | 1 | -16/+35 |
2006-09-20 | builtin-grep: make pieces of it available as library. | Junio C Hamano | 1 | -0/+440 |