[PATCH] Document git-ssh-pull and git-ssh-push
commit63aff4fed94355889be98ad44371e29942ff70e4
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 7 Jun 2005 02:30:39 +0000 (6 22:30 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 02:49:45 +0000 (6 19:49 -0700)
tree666f7becdf96f1f1c3b34f079e2eef1c5a5643a6
parente5b905c4481a3364070094b8ce0c2bf7fa5d481e
[PATCH] Document git-ssh-pull and git-ssh-push

This fixes the documentation for git-ssh-push, as called by users (if you
run git-ssh-pull or git-ssh-push on one machine, the other runs on the
other machine, and they transfer data in the specified direction).

This also adds documentation for the -w option and for using filenames for
the commit-id (which does what you'd want: uses the source side's value,
not the value already on the target, even if you're running it on the
target).

It also credits me with the programs and the documentation for
git-ssh-push.

Someone who knows asciidoc should make sure I didn't mess up the
formatting. I'm only sure of the ascii part.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-ssh-pull.txt
Documentation/git-ssh-push.txt