Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cache: convert struct cache_entry to use struct object_id
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 75ee4800999a33889406ca15cb90d41e0e6efd0a..164623bb6f2eb3ffad3eac59b8ec440b9cf60d9c 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-923,7
+923,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);
}