aboutsummaryrefslogtreecommitdiff
path: root/grep.c
Commit message (Expand)AuthorAge
* convert unchecked snprintf into xsnprintfJeff King2017-03-30
* grep: set default output methodBrandon Williams2017-03-17
* grep: add submodules as a grep source typeBrandon Williams2016-12-22
* Merge branch 'js/regexec-buf'Junio C Hamano2016-09-26
|\
| * regex: use regexec_buf()Johannes Schindelin2016-09-21
* | Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano2016-08-10
|\ \
| * | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* | | Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-04
|\ \ \ | |/ / |/| |
| * | grep: further simplify setting the pattern typeJunio C Hamano2016-07-25
* | | Merge branch 'nd/icase'Junio C Hamano2016-07-19
|\ \ \
| * | | grep.c: reuse "icase" variableNguyễn Thái Ngọc Duy2016-07-01
| * | | grep/pcre: support utf-8Nguyễn Thái Ngọc Duy2016-07-01
| * | | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-01
| * | | grep: rewrite an if/else condition to avoid duplicate expressionNguyễn Thái Ngọc Duy2016-07-01
| * | | grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-01
| * | | grep/icase: avoid kwsset on literal non-ascii stringsNguyễn Thái Ngọc Duy2016-06-27
| * | | grep: break down an "if" stmt in preparation for next changesNguyễn Thái Ngọc Duy2016-06-27
* | | | Merge branch 'rs/xdiff-hunk-with-func-line'Junio C Hamano2016-06-20
|\ \ \ \
| * | | | grep: -W: don't extend context to trailing empty linesRené Scharfe2016-05-31
| | |_|/ | |/| |
* | | | grep.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
|/ / /
* | | use xmallocz to avoid size arithmeticJeff King2016-02-22
|/ /
* | color: add color_set helper for copying raw colorsJeff King2015-10-05
* | grep: use xsnprintf to format failure messageJeff King2015-09-25
|/
* Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
* | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-31
|\ \
| * | grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-28
* | | color_parse: do not mention variable name in error messageJeff King2014-10-14
| |/ |/|
* | Merge branch 'as/grep-fullname-config'Junio C Hamano2014-06-03
|\ \
| * | grep: add grep.fullName config variableAndreas Schwab2014-03-20
| |/
* | Merge branch 'rs/grep-h-c'Junio C Hamano2014-03-18
|\ \
| * | grep: support -h (no header) with --countRené Scharfe2014-03-11
| |/
* | Use hashcpy() when copying object namesSun He2014-03-06
|/
* grep: allow to use textconv filtersJeff King2013-05-10
* fix clang -Wtautological-compare with unsigned enumAntoine Pelisse2013-02-25
* Merge branch 'nd/grep-true-path'Jeff King2012-10-29
|\
| * grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-12
* | revisions: initialize revs->grep_filter using grep_init()Junio C Hamano2012-10-09
* | grep: move pattern-type bits support to top-level grep.[ch]Junio C Hamano2012-10-09
* | grep: move the configuration parsing logic to grep.[ch]Junio C Hamano2012-10-09
* | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-29
* | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-29
* | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-29
|/
* grep.c: make two symbols really file-scope static this timeJunio C Hamano2012-09-20
* grep.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
* log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano2012-09-14
* grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-14
* Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-01
|\
| * grep: support newline separated pattern listRené Scharfe2012-05-20
| * grep: factor out do_append_grep_pat()René Scharfe2012-05-20