Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Support cloning packed repo from dumb http servers.
[gitweb.git]
/
receive-pack.c
diff --git
a/receive-pack.c
b/receive-pack.c
index f39703f7af9ae809b144b0f074561756717bf04a..d4e82bf99397d2e719e8bbe1e0e72142d04fb4cb 100644
(file)
--- a/
receive-pack.c
+++ b/
receive-pack.c
@@
-110,6
+110,7
@@
static void execute_commands(void)
update(cmd->ref_name, cmd->old_sha1, cmd->new_sha1);
cmd = cmd->next;
}
+ update_server_info(0);
}
static void read_head_info(void)