commit | 6fe5b7ff6cafcc94415deba2f3d611770d8e6b1e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Oct 02 00:43:52 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Mon Oct 02 00:43:52 2006 -0700 |
tree | 3cf56b78bdaeef96910918541b90801b71fe6975 | |
parent | 4fddf5798d8a0eb112c60a05272a2d9407eafc8f [diff] |
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>