Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pretty: allow showing specific trailers
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index bff05ee69e54c5beabdc6415aba1c4e3a0118244..b3ed7121bc86805e87e909ff995eb8b439a2f995 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-76,8
+76,7
@@
struct alternate_object_cache {
size_t nr, alloc;
};
-static void cache_one_alternate(const char *refname,
- const struct object_id *oid,
+static void cache_one_alternate(const struct object_id *oid,
void *vcache)
{
struct alternate_object_cache *cache = vcache;