[PATCH] Start adding the $GIT_DIR/remotes/ support.
authorJunio C Hamano <junkio@cox.net>
Sat, 20 Aug 2005 09:52:24 +0000 (02:52 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 Aug 2005 23:50:49 +0000 (16:50 -0700)
commitac4b0cff00b7629657e61a1d6e1f1a1250d03198
tree26b5247b7614786144bba93c340a8547b50f18a7
parentd998a0895fc20c03007d8b2a74b78b37e1cdfaba
[PATCH] Start adding the $GIT_DIR/remotes/ support.

All the necessary parsing code is in git-parse-remote-script;
update git-push-script to use it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
git-parse-remote-script [new file with mode: 0755]
git-push-script