X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=receive-pack.c;fp=receive-pack.c;h=d4e82bf99397d2e719e8bbe1e0e72142d04fb4cb;hb=8f3f9b09dc5ac8a946422422c3c70a4a4c284be3;hp=f39703f7af9ae809b144b0f074561756717bf04a;hpb=0fec0822721cc18d6a62ab78da1ebf87914d4921;p=git.git diff --git a/receive-pack.c b/receive-pack.c index f39703f7..d4e82bf9 100644 --- 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)