diff options
author | Sven Verdoolaege <skimo@liacs.nl> | 2005-06-27 21:03:07 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-27 15:27:50 -0700 |
commit | ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034 (patch) | |
tree | d4c87459bc57b9594e8b01e2bc286d0275ce3ca3 /Documentation/git-ssh-push.txt | |
parent | git-checkout-script: use "--verify --revs-only" to parse revs (diff) | |
download | tgif-ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034.tar.xz |
[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/git-ssh-push.txt')
-rw-r--r-- | Documentation/git-ssh-push.txt | 2 |
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. |