[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull
authorJunio C Hamano <junkio@cox.net>
Sun, 5 Jun 2005 22:41:05 +0000 (15:41 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 23:12:27 +0000 (16:12 -0700)
commit418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7
tree2dab8237e19ba925d11bf361ecfed958d96d4199
parentdc93841715dfa9a9cdda6f2c4a25eec831ea7aa0
[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull

In preparation for 1.0 release, this makes the command names
consistent with others in git-*-pull family.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-rpull.txt [deleted file]
Documentation/git-rpush.txt [deleted file]
Documentation/git-ssh-pull.txt [new file with mode: 0644]
Documentation/git-ssh-push.txt [new file with mode: 0644]
Documentation/git.txt
Makefile
rpull.c [deleted file]
rpush.c [deleted file]
ssh-pull.c [new file with mode: 0644]
ssh-push.c [new file with mode: 0644]