index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-26
grep: remove redundant regflags assignments
Ævar Arnfjörð Bjarmason
1
-5
/
+1
2017-03-30
convert unchecked snprintf into xsnprintf
Jeff King
1
-2
/
+2
2017-03-17
grep: set default output method
Brandon Williams
1
-5
/
+7
2016-12-22
grep: add submodules as a grep source type
Brandon Williams
1
-1
/
+15
2016-09-26
Merge branch 'js/regexec-buf'
Junio C Hamano
1
-12
/
+2
2016-09-21
regex: use regexec_buf()
Johannes Schindelin
1
-12
/
+2
2016-08-10
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
1
-4
/
+4
2016-08-04
Merge branch 'jc/grep-commandline-vs-configuration'
Junio C Hamano
1
-11
/
+11
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
1
-4
/
+4
2016-07-25
grep: further simplify setting the pattern type
Junio C Hamano
1
-11
/
+11
2016-07-19
Merge branch 'nd/icase'
Junio C Hamano
1
-7
/
+57
2016-07-01
grep.c: reuse "icase" variable
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2016-07-01
grep/pcre: support utf-8
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2016-07-01
grep/pcre: prepare locale-dependent tables for icase matching
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2016-07-01
grep: rewrite an if/else condition to avoid duplicate expression
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2016-07-01
grep/icase: avoid kwsset when -F is specified
Nguyễn Thái Ngọc Duy
1
-1
/
+44
2016-06-27
grep/icase: avoid kwsset on literal non-ascii strings
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2016-06-27
grep: break down an "if" stmt in preparation for next changes
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2016-06-20
Merge branch 'rs/xdiff-hunk-with-func-line'
Junio C Hamano
1
-2
/
+26
2016-05-31
grep: -W: don't extend context to trailing empty lines
René Scharfe
1
-2
/
+26
2016-05-09
grep.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
1
-2
/
+1
2015-10-05
color: add color_set helper for copying raw colors
Jeff King
1
-16
/
+16
2015-09-25
grep: use xsnprintf to format failure message
Jeff King
1
-2
/
+2
2015-02-11
Merge branch 'jk/blame-commit-label'
Junio C Hamano
1
-2
/
+2
2015-01-13
use xstrdup_or_null to replace ternary conditionals
Jeff King
1
-2
/
+2
2014-10-31
Merge branch 'rs/grep-color-words'
Junio C Hamano
1
-7
/
+22
2014-10-28
grep: add color.grep.matchcontext and color.grep.matchselected
René Scharfe
1
-7
/
+22
2014-10-14
color_parse: do not mention variable name in error message
Jeff King
1
-1
/
+1
2014-06-03
Merge branch 'as/grep-fullname-config'
Junio C Hamano
1
-0
/
+5
2014-03-20
grep: add grep.fullName config variable
Andreas Schwab
1
-0
/
+5
2014-03-18
Merge branch 'rs/grep-h-c'
Junio C Hamano
1
-2
/
+5
2014-03-11
grep: support -h (no header) with --count
René Scharfe
1
-2
/
+5
2014-03-06
Use hashcpy() when copying object names
Sun He
1
-1
/
+1
2013-05-10
grep: allow to use textconv filters
Jeff King
1
-14
/
+86
2013-02-25
fix clang -Wtautological-compare with unsigned enum
Antoine Pelisse
1
-1
/
+2
2012-10-29
Merge branch 'nd/grep-true-path'
Jeff King
1
-3
/
+8
2012-10-12
grep: stop looking at random places for .gitattributes
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2012-10-09
revisions: initialize revs->grep_filter using grep_init()
Junio C Hamano
1
-0
/
+5
2012-10-09
grep: move pattern-type bits support to top-level grep.[ch]
Junio C Hamano
1
-0
/
+42
2012-10-09
grep: move the configuration parsing logic to grep.[ch]
Junio C Hamano
1
-0
/
+130
2012-09-29
log --grep-reflog: reject the option without -g
Junio C Hamano
1
-0
/
+2
2012-09-29
revision: add --grep-reflog to filter commits by reflog messages
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2012-09-29
grep: prepare for new header field filter
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2012-09-20
grep.c: make two symbols really file-scope static this time
Junio C Hamano
1
-2
/
+2
2012-09-15
grep.c: mark private file-scope symbols as static
Junio C Hamano
1
-1
/
+5
2012-09-14
log --grep/--author: honor --all-match honored for multiple --grep patterns
Junio C Hamano
1
-0
/
+19
2012-09-14
grep: teach --debug option to dump the parse tree
Junio C Hamano
1
-2
/
+90
2012-06-01
Merge branch 'rs/maint-grep-F' into maint
Junio C Hamano
1
-17
/
+57
2012-05-20
grep: support newline separated pattern list
René Scharfe
1
-1
/
+32
[prev]
[next]