http-push: avoid a needless goto
commit7fea9c551436a98edf4ab6840de981f99b7db687
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 14 Feb 2008 23:26:12 +0000 (14 23:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 07:21:57 +0000 (15 23:21 -0800)
tree47a357968bae65ca31f3cfec223c6c192b19c825
parent1bbeb4c6905b18446485413d98f4b75e56a6830c
http-push: avoid a needless goto

There was a goto, and while it is not half as harmful as some people
believe, it was unnecessary here.  So remove it for readability.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c