commit | d2e73c6f2ac3e2d32cd27afd80bfa7c1661a52d4 | [log] [tgz] |
---|---|---|
author | Sverre Rabbelier <srabbelier@gmail.com> | Sat Jul 16 15:03:34 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 19 11:17:47 2011 -0700 |
tree | 842eef26e088d1fc89443edde38cb01960016687 | |
parent | 82670a5cb57d6a590f261430b6e2b39d09c22900 [diff] |
transport-helper: factor out push_update_refs_status The update ref status part of push is useful for the export command as well, factor it out into it's own function. Also factor out push_update_ref_status to avoid a long loop without an explicit condition with a non-trivial body. Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>