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