From 418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 5 Jun 2005 15:41:05 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- Documentation/git-ssh-push.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/git-ssh-push.txt (limited to 'Documentation/git-ssh-push.txt') diff --git a/Documentation/git-ssh-push.txt b/Documentation/git-ssh-push.txt new file mode 100644 index 000000000..4fe850869 --- /dev/null +++ b/Documentation/git-ssh-push.txt @@ -0,0 +1,30 @@ +git-ssh-push(1) +=============== +v0.1, May 2005 + +NAME +---- +git-ssh-push - Helper "server-side" program used by git-ssh-pull + + +SYNOPSIS +-------- +'git-ssh-push' + +DESCRIPTION +----------- +Helper "server-side" program used by git-ssh-pull. + + +Author +------ +Written by Linus Torvalds + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list . + +GIT +--- +Part of the link:git.html[git] suite + -- cgit v1.2.1