Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove duplicate ref matches in fetch
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index cf7498b15fe91e2d138f384fa304c7f4e90f454d..caaca63644b91b414d808079e14aee38c2a6eda7 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-112,6
+112,7
@@
static struct ref *get_ref_map(struct transport *transport,
ref_map->merge = 1;
}
}
+ ref_remove_duplicates(ref_map);
return ref_map;
}