git-push: .git/remotes/ file does not require SP after colonv1.4.2.3
commit6fe5b7ff6cafcc94415deba2f3d611770d8e6b1e
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Oct 2006 07:43:52 +0000 (2 00:43 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 2 Oct 2006 07:43:52 +0000 (2 00:43 -0700)
tree3cf56b78bdaeef96910918541b90801b71fe6975
parent4fddf5798d8a0eb112c60a05272a2d9407eafc8f
git-push: .git/remotes/ file does not require SP after colon

Although most people would have one after colon if only for
readability, we never required it in git-parse-remote, so let's
not require one only in git-push.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-push.c