diff options
author | Junio C Hamano <junkio@cox.net> | 2005-06-05 15:41:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-05 16:12:27 -0700 |
commit | 418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7 (patch) | |
tree | 2dab8237e19ba925d11bf361ecfed958d96d4199 /Makefile | |
parent | dc93841715dfa9a9cdda6f2c4a25eec831ea7aa0 (diff) | |
download | git-418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7.tar.gz git-418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7.tar.xz |
[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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-checkout-cache git-diff-tree git-rev-tree git-ls-files \ git-check-files git-ls-tree git-merge-base git-merge-cache \ git-unpack-file git-export git-diff-cache git-convert-cache \ - git-http-pull git-rpush git-rpull git-rev-list git-mktag \ + git-http-pull git-ssh-push git-ssh-pull git-rev-list git-mktag \ git-diff-helper git-tar-tree git-local-pull git-write-blob \ git-get-tar-commit-id git-mkdelta git-apply git-stripspace @@ -105,8 +105,8 @@ git-diff-cache: diff-cache.c git-convert-cache: convert-cache.c git-http-pull: http-pull.c pull.c git-local-pull: local-pull.c pull.c -git-rpush: rsh.c -git-rpull: rsh.c pull.c +git-ssh-push: rsh.c +git-ssh-pull: rsh.c pull.c git-rev-list: rev-list.c git-mktag: mktag.c git-diff-helper: diff-helper.c |