X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=receive-pack.c;h=d4e82bf99397d2e719e8bbe1e0e72142d04fb4cb;hb=b7e438f951f68be704b001343811e9ff89da07f7;hp=f39703f7af9ae809b144b0f074561756717bf04a;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;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)