diff options
author | Sverre Rabbelier <srabbelier@gmail.com> | 2011-07-16 15:03:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-07-19 11:17:48 -0700 |
commit | 6c8151a32e59c3109b3acc886358bfe6c14612fb (patch) | |
tree | 882657ee395b45ddf7aefb34f664c69c952130f8 /transport-helper.c | |
parent | 1f25c50419c5f46cd6b818438fe641cf942ee6ad (diff) | |
download | git-6c8151a32e59c3109b3acc886358bfe6c14612fb.tar.gz |
transport-helper: update ref status after push with export
Also add check_output from python 2.7.
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport-helper.c')
-rw-r--r-- | transport-helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transport-helper.c b/transport-helper.c index 4c0d86113c..a8f69b05e8 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -764,6 +764,7 @@ static int push_refs_with_export(struct transport *transport, if (finish_command(&exporter)) die("Error while running fast-export"); + push_update_refs_status(data, remote_refs); return 0; } |