summaryrefslogtreecommitdiffstats
path: root/grep.c
AgeCommit message (Expand)AuthorLines
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano-2/+2
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-2/+2
2014-10-31Merge branch 'rs/grep-color-words'Junio C Hamano-7/+22
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe-7/+22
2014-10-14color_parse: do not mention variable name in error messageJeff King-1/+1
2014-06-03Merge branch 'as/grep-fullname-config'Junio C Hamano-0/+5
2014-03-20grep: add grep.fullName config variableAndreas Schwab-0/+5
2014-03-18Merge branch 'rs/grep-h-c'Junio C Hamano-2/+5
2014-03-11grep: support -h (no header) with --countRené Scharfe-2/+5
2014-03-06Use hashcpy() when copying object namesSun He-1/+1
2013-05-10grep: allow to use textconv filtersJeff King-14/+86
2013-02-25fix clang -Wtautological-compare with unsigned enumAntoine Pelisse-1/+2
2012-10-29Merge branch 'nd/grep-true-path'Jeff King-3/+8
2012-10-12grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy-3/+8
2012-10-09revisions: initialize revs->grep_filter using grep_init()Junio C Hamano-0/+5
2012-10-09grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano-0/+42
2012-10-09grep: move the configuration parsing logic to grep.[ch]Junio C Hamano-0/+130
2012-09-29log --grep-reflog: reject the option without -gJunio C Hamano-0/+2
2012-09-29revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy-0/+1
2012-09-29grep: prepare for new header field filterNguyễn Thái Ngọc Duy-1/+8
2012-09-20grep.c: make two symbols really file-scope static this timeJunio C Hamano-2/+2
2012-09-15grep.c: mark private file-scope symbols as staticJunio C Hamano-1/+5
2012-09-14log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano-0/+19
2012-09-14grep: teach --debug option to dump the parse treeJunio C Hamano-2/+90
2012-06-01Merge branch 'rs/maint-grep-F' into maintJunio C Hamano-17/+57
2012-05-20grep: support newline separated pattern listRené Scharfe-1/+32
2012-05-20grep: factor out do_append_grep_pat()René Scharfe-6/+9
2012-05-20grep: factor out create_grep_pat()René Scharfe-11/+17
2012-05-11Merge branch 'ah/maint-grep-double-init' into maintJunio C Hamano-1/+1
2012-05-07grep.c: remove redundant line of codeAngus Hammond-1/+1
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano-8/+3
2012-02-28grep: use static trans-case tableJunio C Hamano-8/+3
2012-02-26Sync with 1.7.8.5Junio C Hamano-1/+1
2012-02-26grep -P: Fix matching ^ and $Michał Kiedrowicz-1/+1
2012-02-02grep: load file data after checking binary-nessJeff King-3/+3
2012-02-02grep: respect diff attributes for binary-nessJeff King-2/+14
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King-6/+16
2012-02-02grep: drop grep_buffer's "name" parameterJeff King-2/+2
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King-34/+164
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King-0/+6
2012-02-02grep: make locking flag globalJeff King-8/+10
2011-12-16grep: enable threading with -p and -W using lazy attribute lookupThomas Rast-29/+44
2011-12-12grep: load funcname patterns for -WThomas Rast-3/+4
2011-09-02Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano-21/+45
2011-08-28Merge branch 'jk/color-and-pager'Junio C Hamano-1/+1
2011-08-20Use kwset in grepFredrik Kuivinen-21/+45
2011-08-19color: delay auto-color decision until point of useJeff King-1/+1
2011-08-01grep: add option to show whole function as contextRené Scharfe-10/+22
2011-06-05grep: add --headingRené Scharfe-1/+5
2011-06-05grep: add --breakRené Scharfe-2/+5