Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pull --rebase: exit early when the working directory is dirty
[gitweb.git]
/
dir.c
diff --git
a/dir.c
b/dir.c
index 9501476ecdb05fb576d8acfc6a1dac02df86c9b7..29d1d5ba31def46ba8b55905dc60773cc6cc167e 100644
(file)
--- a/
dir.c
+++ b/
dir.c
@@
-389,7
+389,7
@@
static struct dir_entry *dir_entry_new(const char *pathname, int len)
struct dir_entry *dir_add_name(struct dir_struct *dir, const char *pathname, int len)
{
- if (cache_name_exists(pathname, len))
+ if (cache_name_exists(pathname, len
, ignore_case
))
return NULL;
ALLOC_GROW(dir->entries, dir->nr+1, dir->alloc);