Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sm/show-superproject-while-conflicted' into maint
[gitweb.git]
/
server-info.c
diff --git
a/server-info.c
b/server-info.c
index 2abd0dca088dea5c2348e388da33a53a4656bfe4..41050c2449b1adaaeddda30529f9eb1d62981396 100644
(file)
--- a/
server-info.c
+++ b/
server-info.c
@@
-64,7
+64,7
@@
static int add_info_ref(const char *path, const struct object_id *oid,
return -1;
if (o->type == OBJ_TAG) {
- o = deref_tag(o, path, 0);
+ o = deref_tag(
the_repository,
o, path, 0);
if (o)
if (fprintf(fp, "%s %s^{}\n",
oid_to_hex(&o->oid), path) < 0)