Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git submodule: add submodules with git add -f <path>
[gitweb.git]
/
ctype.c
diff --git
a/ctype.c
b/ctype.c
index b90ec004f29c30c4b6a6ea5339599d7a8db0fb8c..de600279eef4765db497599e6654c2bedd978129 100644
(file)
--- a/
ctype.c
+++ b/
ctype.c
@@
-10,7
+10,7
@@
enum {
A = GIT_ALPHA,
D = GIT_DIGIT,
G = GIT_GLOB_SPECIAL, /* *, ?, [, \\ */
- R = GIT_REGEX_SPECIAL
, /* $, (, ), +, ., ^, {, | *
*/
+ R = GIT_REGEX_SPECIAL
/* $, (, ), +, ., ^, {, |
*/
};
unsigned char sane_ctype[256] = {