index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
diff: convert fill_filespec to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
|
*
|
|
|
grep: convert to struct object_id
Brandon Williams
2017-06-02
1
-9
/
+8
|
|
/
/
/
*
|
|
|
grep: add support for PCRE v2
Ævar Arnfjörð Bjarmason
2017-06-02
1
-0
/
+145
*
|
|
|
grep: un-break building with PCRE < 8.32
Ævar Arnfjörð Bjarmason
2017-05-26
1
-3
/
+3
*
|
|
|
grep: add support for the PCRE v1 JIT API
Ævar Arnfjörð Bjarmason
2017-05-26
1
-4
/
+36
|
|
/
/
|
/
|
|
*
|
|
grep: move is_fixed() earlier to avoid forward declaration
Ævar Arnfjörð Bjarmason
2017-05-26
1
-12
/
+12
*
|
|
grep: change internal *pcre* variable & function names to be *pcre1*
Ævar Arnfjörð Bjarmason
2017-05-26
1
-26
/
+26
*
|
|
grep: change the internal PCRE macro names to be PCRE1
Ævar Arnfjörð Bjarmason
2017-05-26
1
-3
/
+3
*
|
|
grep: factor test for \0 in grep patterns into a function
Ævar Arnfjörð Bjarmason
2017-05-26
1
-7
/
+15
*
|
|
grep: remove redundant regflags assignments
Ævar Arnfjörð Bjarmason
2017-05-26
1
-5
/
+1
|
/
/
*
|
convert unchecked snprintf into xsnprintf
Jeff King
2017-03-30
1
-2
/
+2
*
|
grep: set default output method
Brandon Williams
2017-03-17
1
-5
/
+7
|
/
*
grep: add submodules as a grep source type
Brandon Williams
2016-12-22
1
-1
/
+15
*
Merge branch 'js/regexec-buf'
Junio C Hamano
2016-09-27
1
-12
/
+2
|
\
|
*
regex: use regexec_buf()
Johannes Schindelin
2016-09-21
1
-12
/
+2
*
|
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
2016-08-10
1
-4
/
+4
|
\
\
|
*
|
die("bug"): report bugs consistently
Johannes Schindelin
2016-07-26
1
-4
/
+4
*
|
|
Merge branch 'jc/grep-commandline-vs-configuration'
Junio C Hamano
2016-08-04
1
-11
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
grep: further simplify setting the pattern type
Junio C Hamano
2016-07-25
1
-11
/
+11
*
|
|
Merge branch 'nd/icase'
Junio C Hamano
2016-07-19
1
-7
/
+57
|
\
\
\
|
*
|
|
grep.c: reuse "icase" variable
Nguyễn Thái Ngọc Duy
2016-07-01
1
-4
/
+1
|
*
|
|
grep/pcre: support utf-8
Nguyễn Thái Ngọc Duy
2016-07-01
1
-0
/
+2
|
*
|
|
grep/pcre: prepare locale-dependent tables for icase matching
Nguyễn Thái Ngọc Duy
2016-07-01
1
-2
/
+6
|
*
|
|
grep: rewrite an if/else condition to avoid duplicate expression
Nguyễn Thái Ngọc Duy
2016-07-01
1
-4
/
+1
|
*
|
|
grep/icase: avoid kwsset when -F is specified
Nguyễn Thái Ngọc Duy
2016-07-01
1
-1
/
+44
|
*
|
|
grep/icase: avoid kwsset on literal non-ascii strings
Nguyễn Thái Ngọc Duy
2016-06-27
1
-1
/
+6
|
*
|
|
grep: break down an "if" stmt in preparation for next changes
Nguyễn Thái Ngọc Duy
2016-06-27
1
-1
/
+3
*
|
|
|
Merge branch 'rs/xdiff-hunk-with-func-line'
Junio C Hamano
2016-06-20
1
-2
/
+26
|
\
\
\
\
|
*
|
|
|
grep: -W: don't extend context to trailing empty lines
René Scharfe
2016-05-31
1
-2
/
+26
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
grep.c: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-2
/
+2
|
/
/
/
*
/
/
use xmallocz to avoid size arithmetic
Jeff King
2016-02-22
1
-2
/
+1
|
/
/
*
|
color: add color_set helper for copying raw colors
Jeff King
2015-10-05
1
-16
/
+16
*
|
grep: use xsnprintf to format failure message
Jeff King
2015-09-25
1
-2
/
+2
|
/
*
Merge branch 'jk/blame-commit-label'
Junio C Hamano
2015-02-11
1
-2
/
+2
|
\
|
*
use xstrdup_or_null to replace ternary conditionals
Jeff King
2015-01-13
1
-2
/
+2
*
|
Merge branch 'rs/grep-color-words'
Junio C Hamano
2014-10-31
1
-7
/
+22
|
\
\
|
*
|
grep: add color.grep.matchcontext and color.grep.matchselected
René Scharfe
2014-10-28
1
-7
/
+22
*
|
|
color_parse: do not mention variable name in error message
Jeff King
2014-10-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'as/grep-fullname-config'
Junio C Hamano
2014-06-03
1
-0
/
+5
|
\
\
|
*
|
grep: add grep.fullName config variable
Andreas Schwab
2014-03-20
1
-0
/
+5
|
|
/
*
|
Merge branch 'rs/grep-h-c'
Junio C Hamano
2014-03-18
1
-2
/
+5
|
\
\
|
*
|
grep: support -h (no header) with --count
René Scharfe
2014-03-11
1
-2
/
+5
|
|
/
*
/
Use hashcpy() when copying object names
Sun He
2014-03-06
1
-1
/
+1
|
/
*
grep: allow to use textconv filters
Jeff King
2013-05-10
1
-14
/
+86
*
fix clang -Wtautological-compare with unsigned enum
Antoine Pelisse
2013-02-25
1
-1
/
+2
*
Merge branch 'nd/grep-true-path'
Jeff King
2012-10-29
1
-3
/
+8
|
\
|
*
grep: stop looking at random places for .gitattributes
Nguyễn Thái Ngọc Duy
2012-10-12
1
-3
/
+8
*
|
revisions: initialize revs->grep_filter using grep_init()
Junio C Hamano
2012-10-10
1
-0
/
+5
*
|
grep: move pattern-type bits support to top-level grep.[ch]
Junio C Hamano
2012-10-10
1
-0
/
+42
*
|
grep: move the configuration parsing logic to grep.[ch]
Junio C Hamano
2012-10-10
1
-0
/
+130
[prev]
[next]