author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 14 Feb 2008 23:26:12 +0000 (23:26 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Feb 2008 07:21:57 +0000 (23:21 -0800) | ||
commit | 7fea9c551436a98edf4ab6840de981f99b7db687 | |
tree | 47a357968bae65ca31f3cfec223c6c192b19c825 | tree | snapshot |
parent | 1bbeb4c6905b18446485413d98f4b75e56a6830c | commit | diff |
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>
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 | diff | blob | history |