Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-sh
author
Stefan Beller
<stefanbeller@googlemail.com>
Fri, 19 Jul 2013 16:26:24 +0000
(18:26 +0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5addd1c
)
diff --git
a/Documentation/git-reset.txt
b/Documentation/git-reset.txt
index a404b47b7bf80ef85e5f34595044090b7025f32c..f445cb38fa26a6daa62b5be7f65122948ca669ab 100644
(file)
--- 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-
i
sh>] [--] [<paths>...]
'git reset' [--soft | --mixed | --hard | --merge | --keep] [-q] [<commit>]
DESCRIPTION