]> Pileus Git - ~andy/git/commitdiff
Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-sh
authorStefan Beller <stefanbeller@googlemail.com>
Fri, 19 Jul 2013 16:26:24 +0000 (18:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2013 17:15:09 +0000 (10:15 -0700)
Reported-By: Ibrahim M. Ghazal <imgx64@gmail.com>
Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt

index a404b47b7bf80ef85e5f34595044090b7025f32c..f445cb38fa26a6daa62b5be7f65122948ca669ab 100644 (file)
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 'git reset' [-q] [<tree-ish>] [--] <paths>...
-'git reset' (--patch | -p) [<tree-sh>] [--] [<paths>...]
+'git reset' (--patch | -p) [<tree-ish>] [--] [<paths>...]
 'git reset' [--soft | --mixed | --hard | --merge | --keep] [-q] [<commit>]
 
 DESCRIPTION