From ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 27 Jun 2005 21:03:07 +0200 Subject: [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 Signed-off-by: Sven Verdoolaege Signed-off-by: Linus Torvalds --- Documentation/git-ssh-push.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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. -- cgit v1.3-5-g9baa