Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/submodule-clone-retry'
[gitweb.git]
/
builtin
/
update-index.c
diff --git
a/builtin/update-index.c
b/builtin/update-index.c
index b8b8522249337703eb66b245ad263e7dc1b41582..6cdfd5f7308df9df10afd90748a83d7abb61ca65 100644
(file)
--- a/
builtin/update-index.c
+++ b/
builtin/update-index.c
@@
-759,7
+759,7
@@
static int do_reupdate(int ac, const char **av,
if (save_nr != active_nr)
goto redo;
}
-
free
_pathspec(&pathspec);
+
clear
_pathspec(&pathspec);
return 0;
}