Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/sane-relative-time' into maint
[gitweb.git]
/
dir.c
diff --git
a/dir.c
b/dir.c
index cfd1ea587d9cce825e238ca81ea99b752543dada..2245749b3fe74f793bd1997d2238883abe61fc07 100644
(file)
--- a/
dir.c
+++ b/
dir.c
@@
-137,7
+137,7
@@
int match_pathspec(const char **pathspec, const char *name, int namelen,
static int no_wildcard(const char *string)
{
- return string[strcspn(string, "*?[{")] == '\0';
+ return string[strcspn(string, "*?[{
\\
")] == '\0';
}
void add_exclude(const char *string, const char *base,