From: Stefan Beller Date: Fri, 19 Jul 2013 16:26:24 +0000 (+0200) Subject: Documentation: "git reset " takes a tree-ish, not tree-sh X-Git-Tag: v1.8.3.4~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=debecc55583aa498dbc64a1d45b8abba324a2dae;p=thirdparty%2Fgit.git Documentation: "git reset " takes a tree-ish, not tree-sh Reported-By: Ibrahim M. Ghazal Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index a404b47b7b..f445cb38fa 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git reset' [-q] [] [--] ... -'git reset' (--patch | -p) [] [--] [...] +'git reset' (--patch | -p) [] [--] [...] 'git reset' [--soft | --mixed | --hard | --merge | --keep] [-q] [] DESCRIPTION