summaryrefslogtreecommitdiff
path: root/grep.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-09git-grep: Learn PCRELibravatar Michał Kiedrowicz1-1/+74
2011-05-09grep: Extract compile_regexp_failed() from compile_regexp()Libravatar Michał Kiedrowicz1-9/+16
2011-05-09grep: Fix a typo in a commentLibravatar Michał Kiedrowicz1-1/+1
2011-05-05grep: Put calls to fixmatch() and regmatch() into patmatch()Libravatar Michał Kiedrowicz1-8/+15
2010-09-13log --author: take union of multiple "author" requestsLibravatar Junio C Hamano1-12/+53
2010-09-12grep: move logic to compile header pattern into a separate helperLibravatar Junio C Hamano1-23/+22
2010-05-24grep: support NUL chars in search strings for -FLibravatar René Scharfe1-13/+20
2010-05-24grep: use REG_STARTEND for all matching if availableLibravatar René Scharfe1-10/+14
2010-05-24grep: continue case insensitive fixed string search after NUL charsLibravatar René Scharfe1-3/+9
2010-05-24grep: use memmem() for fixed string searchLibravatar René Scharfe1-7/+9
2010-05-24grep: --name-only over binaryLibravatar René Scharfe1-4/+4
2010-05-24grep: --count over binaryLibravatar René Scharfe1-5/+4
2010-05-24grep: grep: refactor handling of binary mode optionsLibravatar René Scharfe1-9/+11
2010-04-03Merge branch 'rs/threaded-grep-context'Libravatar Junio C Hamano1-12/+6
2010-03-20Merge branch 'ml/color-grep'Libravatar Junio C Hamano1-26/+49
2010-03-15grep: enable threading for context line printingLibravatar René Scharfe1-12/+5
2010-03-08grep: Colorize selected, context, and function linesLibravatar Mark Lodato1-2/+9
2010-03-08grep: Colorize filename, line number, and separatorLibravatar Mark Lodato1-24/+40
2010-03-02Merge branch 'jc/grep-author-all-match-implicit'Libravatar Junio C Hamano1-6/+40
2010-02-03grep: simplify assignment of ->fixedLibravatar René Scharfe1-4/+1
2010-01-28Merge branch 'fk/threaded-grep'Libravatar Junio C Hamano1-18/+88
2010-01-26grep: use REG_STARTEND (if available) to speed up regexecLibravatar Benjamin Kramer1-1/+8
2010-01-26Threaded grepLibravatar Fredrik Kuivinen1-18/+88
2010-01-25"log --author=me --grep=it" should find intersection, not unionLibravatar Junio C Hamano1-6/+40
2010-01-13grep: rip out pessimization to use fixmatch()Libravatar Junio C Hamano1-8/+1
2010-01-12Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadLibravatar Junio C Hamano1-0/+75
2010-01-12grep: optimize built-in grep by skipping lines that do not hitLibravatar Junio C Hamano1-0/+75
2009-11-16grep: Allow case insensitive search of fixed-stringsLibravatar Brian Collins1-3/+10
2009-07-02grep: simplify -p outputLibravatar René Scharfe1-8/+4
2009-07-01grep -p: support user defined regular expressionsLibravatar René Scharfe1-3/+26
2009-07-01grep: add option -p/--show-functionLibravatar René Scharfe1-8/+53
2009-07-01grep: handle pre context lines on demandLibravatar René Scharfe1-29/+32
2009-07-01grep: print context hunk marks between filesLibravatar René Scharfe1-1/+6
2009-07-01grep: move context hunk mark handling into show_line()Libravatar René Scharfe1-15/+11
2009-06-03grep: fix empty word-regexp matchesLibravatar René Scharfe1-1/+5
2009-06-01grep: fix colouring of matches with zero lengthLibravatar René Scharfe1-0/+2
2009-05-23grep: fix word-regexp at the beginning of linesLibravatar René Scharfe1-0/+1
2009-05-20grep: fix word-regexp colouringLibravatar René Scharfe1-0/+5
2009-04-28Merge branch 'maint'Libravatar Junio C Hamano1-2/+6
2009-04-28Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-2/+6
2009-04-28Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-2/+6
2009-04-27grep: fix segfault when "git grep '('" is givenLibravatar Linus Torvalds1-2/+6
2009-03-18git log: avoid segfault with --all-matchLibravatar Michele Ballabio1-1/+2
2009-03-08grep: cast printf %.*s "precision" argument explicitly to intLibravatar Junio C Hamano1-2/+2
2009-03-07grep: color patterns in outputLibravatar René Scharfe1-12/+78
2009-03-07grep: add pmatch and eflags arguments to match_one_pattern()Libravatar René Scharfe1-11/+10
2009-03-07grep: remove grep_opt argument from match_expr_eval()Libravatar René Scharfe1-17/+17
2009-03-07grep: micro-optimize hit collection for AND nodesLibravatar René Scharfe1-7/+3
2009-01-17Add is_regex_special()Libravatar René Scharfe1-8/+1
2009-01-17Change NUL char handling of isspecial()Libravatar René Scharfe1-2/+3