diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-20 02:52:24 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 16:50:49 -0700 |
commit | ac4b0cff00b7629657e61a1d6e1f1a1250d03198 (patch) | |
tree | 26b5247b7614786144bba93c340a8547b50f18a7 /Makefile | |
parent | d998a0895fc20c03007d8b2a74b78b37e1cdfaba (diff) | |
download | git-ac4b0cff00b7629657e61a1d6e1f1a1250d03198.tar.gz git-ac4b0cff00b7629657e61a1d6e1f1a1250d03198.tar.xz |
[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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-reset-script git-add-script git-checkout-script git-clone-script \ gitk git-cherry git-rebase-script git-relink-script git-repack-script \ git-format-patch-script git-sh-setup-script git-push-script \ - git-branch-script git-parse-remote git-verify-tag-script \ + git-branch-script git-parse-remote git-parse-remote-script git-verify-tag-script \ git-ls-remote-script git-clone-dumb-http git-rename-script \ git-request-pull-script git-bisect-script |