OSDN Git Service

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 a404b47..f445cb3 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