summaryrefslogtreecommitdiff
path: root/grep.c
AgeCommit message (Expand)Author
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano
2012-05-20grep: support newline separated pattern listRené Scharfe
2012-05-20grep: factor out do_append_grep_pat()René Scharfe
2012-05-20grep: factor out create_grep_pat()René Scharfe
2012-05-10Merge branch 'ah/maint-grep-double-init'Junio C Hamano
2012-05-07grep.c: remove redundant line of codeAngus Hammond
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano
2012-02-28grep: use static trans-case tableJunio C Hamano
2012-02-27Sync with 1.7.8.5Junio C Hamano
2012-02-27grep -P: Fix matching ^ and $Michał Kiedrowicz
2012-02-02grep: load file data after checking binary-nessJeff King
2012-02-02grep: respect diff attributes for binary-nessJeff King
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King
2012-02-02grep: drop grep_buffer's "name" parameterJeff King
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King
2012-02-02grep: make locking flag globalJeff King
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