Browse Source
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>maint


6 changed files with 26 additions and 26 deletions
@ -1,21 +1,21 @@
@@ -1,21 +1,21 @@
|
||||
git-rpull(1) |
||||
============ |
||||
git-ssh-pull(1) |
||||
=============== |
||||
v0.1, May 2005 |
||||
|
||||
NAME |
||||
---- |
||||
git-rpull - Pulls from a remote repository over ssh connection |
||||
git-ssh-pull - Pulls from a remote repository over ssh connection |
||||
|
||||
|
||||
|
||||
SYNOPSIS |
||||
-------- |
||||
'git-rpull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url |
||||
'git-ssh-pull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url |
||||
|
||||
DESCRIPTION |
||||
----------- |
||||
Pulls from a remote repository over ssh connection, invoking git-rpush on |
||||
the other end. |
||||
Pulls from a remote repository over ssh connection, invoking git-ssh-push |
||||
on the other end. |
||||
|
||||
OPTIONS |
||||
------- |
@ -1,19 +1,19 @@
@@ -1,19 +1,19 @@
|
||||
git-rpush(1) |
||||
============ |
||||
git-ssh-push(1) |
||||
=============== |
||||
v0.1, May 2005 |
||||
|
||||
NAME |
||||
---- |
||||
git-rpush - Helper "server-side" program used by git-rpull |
||||
git-ssh-push - Helper "server-side" program used by git-ssh-pull |
||||
|
||||
|
||||
SYNOPSIS |
||||
-------- |
||||
'git-rpush' |
||||
'git-ssh-push' |
||||
|
||||
DESCRIPTION |
||||
----------- |
||||
Helper "server-side" program used by git-rpull. |
||||
Helper "server-side" program used by git-ssh-pull. |
||||
|
||||
|
||||
Author |
Loading…
Reference in new issue