summaryrefslogtreecommitdiff
path: root/grep.c
AgeCommit message (Expand)Author
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast
2011-12-12grep: load funcname patterns for -WThomas Rast
2011-09-02Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano
2011-08-29Merge branch 'jk/color-and-pager'Junio C Hamano
2011-08-21Use kwset in grepFredrik Kuivinen
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-01grep: add option to show whole function as contextRené Scharfe
2011-06-06grep: add --headingRené Scharfe
2011-06-06grep: add --breakRené Scharfe
2011-06-06grep: fix coloring of hunk marks between filesRené Scharfe
2011-05-09git-grep: Learn PCREMichał Kiedrowicz
2011-05-09grep: Extract compile_regexp_failed() from compile_regexp()Michał Kiedrowicz
2011-05-09grep: Fix a typo in a commentMichał Kiedrowicz
2011-05-05grep: Put calls to fixmatch() and regmatch() into patmatch()Michał Kiedrowicz
2010-09-13log --author: take union of multiple "author" requestsJunio C Hamano
2010-09-13grep: move logic to compile header pattern into a separate helperJunio C Hamano
2010-05-24grep: support NUL chars in search strings for -FRené Scharfe
2010-05-24grep: use REG_STARTEND for all matching if availableRené Scharfe
2010-05-24grep: continue case insensitive fixed string search after NUL charsRené Scharfe
2010-05-24grep: use memmem() for fixed string searchRené Scharfe
2010-05-24grep: --name-only over binaryRené Scharfe
2010-05-24grep: --count over binaryRené Scharfe
2010-05-24grep: grep: refactor handling of binary mode optionsRené Scharfe
2010-04-03Merge branch 'rs/threaded-grep-context'Junio C Hamano
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano
2010-03-15grep: enable threading for context line printingRené Scharfe
2010-03-08grep: Colorize selected, context, and function linesMark Lodato
2010-03-08grep: Colorize filename, line number, and separatorMark Lodato
2010-03-02Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano
2010-02-03grep: simplify assignment of ->fixedRené Scharfe
2010-01-28Merge branch 'fk/threaded-grep'Junio C Hamano
2010-01-26grep: use REG_STARTEND (if available) to speed up regexecBenjamin Kramer
2010-01-26Threaded grepFredrik Kuivinen
2010-01-26"log --author=me --grep=it" should find intersection, not unionJunio C Hamano
2010-01-13grep: rip out pessimization to use fixmatch()Junio C Hamano
2010-01-12Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookaheadJunio C Hamano
2010-01-12grep: optimize built-in grep by skipping lines that do not hitJunio C Hamano
2009-11-17grep: Allow case insensitive search of fixed-stringsBrian Collins
2009-07-03grep: simplify -p outputRené Scharfe
2009-07-02grep -p: support user defined regular expressionsRené Scharfe
2009-07-02grep: add option -p/--show-functionRené Scharfe
2009-07-02grep: handle pre context lines on demandRené Scharfe
2009-07-02grep: print context hunk marks between filesRené Scharfe
2009-07-02grep: move context hunk mark handling into show_line()René Scharfe
2009-06-03grep: fix empty word-regexp matchesRené Scharfe
2009-06-02grep: fix colouring of matches with zero lengthRené Scharfe
2009-05-23grep: fix word-regexp at the beginning of linesRené Scharfe
2009-05-21grep: fix word-regexp colouringRené Scharfe
2009-04-28Merge branch 'maint'Junio C Hamano
2009-04-28Merge branch 'maint-1.6.1' into maintJunio C Hamano