]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Be more backward compatible with git-ssh-{push,pull}.
authorJunio C Hamano <junkio@cox.net>
Thu, 15 Sep 2005 21:56:37 +0000 (14:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Sep 2005 21:56:37 +0000 (14:56 -0700)
commitf71a69ab055c47056d0270b29b8f7455278c2422
tree783a7ee17c193bb5baa6f8ebb87e6ce365ae13e6
parent0de68d28d34f915951324b9f387e6e67172e9951
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>
.gitignore
Makefile
cmd-rename.sh
ssh-fetch.c
ssh-pull.c [new file with mode: 0644]
ssh-push.c [new file with mode: 0644]
ssh-upload.c