Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
files_ref_iterator_begin(): take a ref_store argument
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index f8455bde7a84e110da182d56f62ac3f89026f55c..b55c83c46891651abc569999e5e6463d158b907c 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-806,7
+806,7
@@
static int prune_refs(struct refspec *refs, int ref_count, struct ref *ref_map,
for (ref = stale_refs; ref; ref = ref->next)
string_list_append(&refnames, ref->name);
- result = delete_refs(&refnames);
+ result = delete_refs(&refnames
, 0
);
string_list_clear(&refnames, 0);
}