/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jc/grep-commandline-vs-configuration'
[git/git.git]
/
grep.h
diff --git
a/grep.h
b/grep.h
index
9e9ec5f
..
5856a23
100644
(file)
--- a/
grep.h
+++ b/
grep.h
@@
-48,6
+48,7
@@
struct grep_pat {
regex_t regexp;
pcre *pcre_regexp;
pcre_extra *pcre_extra_info;
+ const unsigned char *pcre_tables;
kwset_t kws;
unsigned fixed:1;
unsigned ignore_case:1;