summaryrefslogtreecommitdiffstats
path: root/grep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'ab/pcre-v2'Junio C Hamano2017-06-241-1/+1
|\ \
| * | grep: fix erroneously copy/pasted variable in check/assert patternÆvar Arnfjörð Bjarmason2017-06-211-1/+1
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-10/+9
|\ \ \ | |/ / |/| |
| * | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-021-1/+1
| * | grep: convert to struct object_idBrandon Williams2017-06-021-9/+8
| |/
* | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-021-0/+145
* | grep: un-break building with PCRE < 8.32Ævar Arnfjörð Bjarmason2017-05-261-3/+3
* | grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-261-4/+36
* | grep: move is_fixed() earlier to avoid forward declarationÆvar Arnfjörð Bjarmason2017-05-261-12/+12
* | grep: change internal *pcre* variable & function names to be *pcre1*Ævar Arnfjörð Bjarmason2017-05-261-26/+26
* | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-261-3/+3
* | grep: factor test for \0 in grep patterns into a functionÆvar Arnfjörð Bjarmason2017-05-261-7/+15
* | grep: remove redundant regflags assignmentsÆvar Arnfjörð Bjarmason2017-05-261-5/+1
|/
* convert unchecked snprintf into xsnprintfJeff King2017-03-301-2/+2
* grep: set default output methodBrandon Williams2017-03-171-5/+7
* grep: add submodules as a grep source typeBrandon Williams2016-12-221-1/+15
* Merge branch 'js/regexec-buf'Junio C Hamano2016-09-261-12/+2
|\
| * regex: use regexec_buf()Johannes Schindelin2016-09-211-12/+2
* | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-101-4/+4
|\ \
| * | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-4/+4
* | | Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-041-11/+11
|\ \ \ | |/ / |/| |
| * | grep: further simplify setting the pattern typeJunio C Hamano2016-07-251-11/+11
* | | Merge branch 'nd/icase'Junio C Hamano2016-07-191-7/+57
|\ \ \
| * | | grep.c: reuse "icase" variableNguyễ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'Junio C Hamano2016-06-201-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.matchselectedRené Scharfe2014-10-281-7/+22
* | | color_parse: do not mention variable name in error messageJeff King2014-10-141-1/+1
| |/ |/|
* | Merge branch 'as/grep-fullname-config'Junio C Hamano2014-06-031-0/+5
|\ \
| * | grep: add grep.fullName config variableAndreas Schwab2014-03-201-0/+5
| |/
* | Merge branch 'rs/grep-h-c'Junio C Hamano2014-03-181-2/+5
|\ \
| * | grep: support -h (no header) with --countRené Scharfe2014-03-111-2/+5
| |/
* / Use hashcpy() when copying object namesSun 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