]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
transport-helper: factor out push_update_refs_status
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 16 Jul 2011 13:03:34 +0000 (15:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2011 18:17:47 +0000 (11:17 -0700)
commitd2e73c6f2ac3e2d32cd27afd80bfa7c1661a52d4
tree842eef26e088d1fc89443edde38cb01960016687
parent82670a5cb57d6a590f261430b6e2b39d09c22900
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>
transport-helper.c