summaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* grep.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+2
* use xmallocz to avoid size arithmeticJeff King2016-02-221-2/+1
* color: add color_set helper for copying raw colorsJeff King2015-10-051-16/+16
* grep: use xsnprintf to format failure messageJeff King2015-09-251-2/+2
* Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-2/+2
|\
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-131-2/+2
* | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-311-7/+22
|\ \
| * | grep: add color.grep.matchcontext and color.grep.matchselectedrs/grep-color-wordsRené Scharfe2014-10-281-7/+22
* | | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-141-1/+1
| |/ |/|
* | Merge branch 'as/grep-fullname-config'Junio C Hamano2014-06-031-0/+5
|\ \
| * | grep: add grep.fullName config variableas/grep-fullname-configAndreas Schwab2014-03-201-0/+5
| |/
* | Merge branch 'rs/grep-h-c'Junio C Hamano2014-03-181-2/+5
|\ \
| * | grep: support -h (no header) with --countrs/grep-h-cRené Scharfe2014-03-111-2/+5
| |/
* | Use hashcpy() when copying object namessh/use-hashcpySun He2014-03-061-1/+1
|/
* grep: allow to use textconv filtersJeff King2013-05-101-14/+86
* fix clang -Wtautological-compare with unsigned enumAntoine Pelisse2013-02-251-1/+2
* Merge branch 'nd/grep-true-path'Jeff King2012-10-291-3/+8
|\
| * grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-121-3/+8
* | revisions: initialize revs->grep_filter using grep_init()Junio C Hamano2012-10-091-0/+5
* | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-091-0/+42
* | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-091-0/+130
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-291-0/+2
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-291-0/+1
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-291-1/+8
|/
* grep.c: make two symbols really file-scope static this timeJunio C Hamano2012-09-201-2/+2
* grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-1/+5
* log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano2012-09-141-0/+19
* grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-141-2/+90
* Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-17/+57
|\
| * grep: support newline separated pattern listRené Scharfe2012-05-201-1/+32
| * grep: factor out do_append_grep_pat()René Scharfe2012-05-201-6/+9
| * grep: factor out create_grep_pat()René Scharfe2012-05-201-11/+17
* | Merge branch 'ah/maint-grep-double-init' into maintJunio C Hamano2012-05-111-1/+1
|\ \
| * | grep.c: remove redundant line of codeAngus Hammond2012-05-071-1/+1
| |/
* | Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano2012-03-071-8/+3
|\ \
| * | grep: use static trans-case tableJunio C Hamano2012-02-281-8/+3
* | | Sync with 1.7.8.5Junio C Hamano2012-02-261-1/+1
|\ \ \
| * | | grep -P: Fix matching ^ and $Michał Kiedrowicz2012-02-261-1/+1
| |/ /
* | | grep: load file data after checking binary-nessJeff King2012-02-021-3/+3
* | | grep: respect diff attributes for binary-nessJeff King2012-02-021-2/+14
* | | grep: cache userdiff_driver in grep_sourceJeff King2012-02-021-6/+16
* | | grep: drop grep_buffer's "name" parameterJeff King2012-02-021-2/+2
* | | grep: refactor the concept of "grep source" into an objectJeff King2012-02-021-34/+164
* | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-021-0/+6
* | | grep: make locking flag globalJeff King2012-02-021-8/+10
* | | grep: enable threading with -p and -W using lazy attribute lookupThomas Rast2011-12-161-29/+44
* | | grep: load funcname patterns for -WThomas Rast2011-12-121-3/+4
|/ /
* | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-09-021-21/+45
|\ \
| * | Use kwset in grepFredrik Kuivinen2011-08-201-21/+45
* | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-1/+1
|\ \ \ | |/ / |/| |