git-reset.txt: reset --soft is not a no-op
commitcca5d0b04aa78c048239a0d5c36174f04d6d7f3a
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 15 Sep 2010 20:47:41 +0000 (15 22:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Sep 2010 22:14:19 +0000 (18 15:14 -0700)
tree728cc9203bef9843ea814f621841966f2c11ea49
parentaad8441483408119ea19d4cf9e5cccb4a7a3639d
git-reset.txt: reset --soft is not a no-op

Make it clearer that git reset --soft actually does something (changing
HEAD). While it is mentioned in the previous paragraph already it can
be easily overlooked otherwise.

Also, git reset --soft does not look at the index nor the worktree, so
there is no "good order" requirement.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt