Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/config.txt: describe 'color' value type in the "Values" section
[gitweb.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index 7f48a08c155f083f0daf333623f1c23f3ed7a254..4fa208b662e0dfd888c8bfa94addaee71244f4f0 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-789,6
+789,8
@@
int verify_path(const char *path)
inside:
if (protect_hfs && is_hfs_dotgit(path))
return 0;
+ if (protect_ntfs && is_ntfs_dotgit(path))
+ return 0;
c = *path++;
if ((c == '.' && !verify_dotfile(path)) ||
is_dir_sep(c) || c == '\0')