Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
dir.c: rename path_excluded() to is_path_excluded()
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 33a581924e11167dc546bdf97c8d49460b43674e..3ac6370f991db5ecbc7ed12a36d5c25040eed265 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-1372,7
+1372,7
@@
static int check_ok_to_remove(const char *name, int len, int dtype,
return 0;
if (o->dir &&
- path_excluded(o->path_exclude_check, name, -1, &dtype))
+
is_
path_excluded(o->path_exclude_check, name, -1, &dtype))
/*
* ce->name is explicitly excluded, so it is Ok to
* overwrite it.