summaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/grep-commandline-vs-configuration' into maintJunio C Hamano2016-08-101-11/+11
|\
| * grep: further simplify setting the pattern typejc/grep-commandline-vs-configurationJunio C Hamano2016-07-251-11/+11
* | Merge branch 'nd/icase' into maintJunio C Hamano2016-07-281-7/+57
|\ \
| * | grep.c: reuse "icase" variablend/icaseNguyễn Thái Ngọc Duy2016-07-011-4/+1
| * | grep/pcre: support utf-8Nguyễn Thái Ngọc Duy2016-07-011-0/+2
| * | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-011-2/+6
| * | grep: rewrite an if/else condition to avoid duplicate expressionNguyễn Thái Ngọc Duy2016-07-011-4/+1
| * | grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-011-1/+44
| * | grep/icase: avoid kwsset on literal non-ascii stringsNguyễn Thái Ngọc Duy2016-06-271-1/+6
| * | grep: break down an "if" stmt in preparation for next changesNguyễn Thái Ngọc Duy2016-06-271-1/+3
* | | Merge branch 'rs/xdiff-hunk-with-func-line' into maintJunio C Hamano2016-06-271-2/+26
|\ \ \
| * | | grep: -W: don't extend context to trailing empty linesRené Scharfe2016-05-311-2/+26
* | | | 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
| |/ /