Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] PATCH Documentation/git-rev-list.txt typo fix
[gitweb.git]
/
ls-files.c
diff --git
a/ls-files.c
b/ls-files.c
index 2c7aada88cc582dfee7ba19d1e6ae717e23d8e03..e53d245884ab14f85824fd6c1b891481c8b1f849 100644
(file)
--- a/
ls-files.c
+++ b/
ls-files.c
@@
-496,7
+496,7
@@
static void verify_pathspec(void)
char c = n[i];
if (prev && prev[i] != c)
break;
- if (c == '*' || c == '?')
+ if (
!c ||
c == '*' || c == '?')
break;
if (c == '/')
len = i+1;