Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bundle.c: remove the_repository references
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 71f663743f329d24de1834e71b89a8fb422d3f05..f6e54f641254aa9ddbeeb722bdb22e351e22a482 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-154,7
+154,7
@@
static int fetch_refs_from_bundle(struct transport *transport,
int nr_heads, struct ref **to_fetch)
{
struct bundle_transport_data *data = transport->data;
- return unbundle(&data->header, data->fd,
+ return unbundle(
the_repository,
&data->header, data->fd,
transport->progress ? BUNDLE_VERBOSE : 0);
}