diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-07-19 18:26:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:15:09 -0700 |
commit | debecc55583aa498dbc64a1d45b8abba324a2dae (patch) | |
tree | 47d2a07ab80914bff97b6106c5390a6df81c24ed /Documentation/git-reset.txt | |
parent | 5addd1c7531cc644787cd562a3c22a3b714c7d77 (diff) | |
download | git-debecc55583aa498dbc64a1d45b8abba324a2dae.tar.gz |
Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-sh
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>
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r-- | Documentation/git-reset.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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] [<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 |