aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@liacs.nl>2005-06-27 21:03:07 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-27 15:27:50 -0700
commitee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034 (patch)
treed4c87459bc57b9594e8b01e2bc286d0275ce3ca3 /Documentation
parente2efb676ef0e70364f130c4097b7b9d67804753f (diff)
downloadgit-ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034.tar.gz
[PATCH] git-ssh-pull: commit-id consistency
In contrast to other plumbing tools, git-ssh-push only allow a very restrictive form of commit-id filenames. This patch removes this restriction. Acked-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Sven Verdoolaege <skimo@kotnet.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-ssh-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ssh-push.txt b/Documentation/git-ssh-push.txt
index c55ce7dd6f..69013fd44a 100644
--- a/Documentation/git-ssh-push.txt
+++ b/Documentation/git-ssh-push.txt
@@ -20,7 +20,7 @@ git-ssh-pull, aside from which end you run it on.
OPTIONS
-------
commit-id::
- Either the hash or the filename under $GIT_DIR/refs/ to push.
+ Id of commit to push.
-c::
Get the commit objects.