diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-15 14:56:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-15 14:56:37 -0700 |
commit | f71a69ab055c47056d0270b29b8f7455278c2422 (patch) | |
tree | 783a7ee17c193bb5baa6f8ebb87e6ce365ae13e6 /cmd-rename.sh | |
parent | 0de68d28d34f915951324b9f387e6e67172e9951 (diff) | |
download | git-f71a69ab055c47056d0270b29b8f7455278c2422.tar.gz |
Be more backward compatible with git-ssh-{push,pull}.
HPA reminded me that these programs knows about the name of the
counterpart on the other end and simply symlinking the old name to
new name locally would not be enough.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'cmd-rename.sh')
-rwxr-xr-x | cmd-rename.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd-rename.sh b/cmd-rename.sh index 1edb037bea..ada33fb51d 100755 --- a/cmd-rename.sh +++ b/cmd-rename.sh @@ -42,12 +42,14 @@ git-tag-script git-tag git-verify-tag-script git-verify-tag git-http-pull git-http-fetch git-local-pull git-local-fetch -git-ssh-pull git-ssh-fetch git-checkout-cache git-checkout-index git-diff-cache git-diff-index git-merge-cache git-merge-index git-update-cache git-update-index -git-ssh-push git-ssh-upload git-convert-cache git-convert-objects git-fsck-cache git-fsck-objects EOF + +# These two are a bit more than symlinks now. +# git-ssh-push git-ssh-upload +# git-ssh-pull git-ssh-fetch |