/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dir.c: rename free_excludes() to clear_exclude_list()
[git/git.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index
c0da094
..
ad621d9
100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-1153,7
+1153,7
@@
int unpack_trees(unsigned len, struct tree_desc *t, struct unpack_trees_options
*o->dst_index = o->result;
done:
-
free_excludes
(&el);
+
clear_exclude_list
(&el);
if (o->path_exclude_check) {
path_exclude_check_clear(o->path_exclude_check);
free(o->path_exclude_check);