Documentation/stash: remove mention of git reset --hard
commit20a7e06172fe054eac5a2f48932feb5ff5074919
authorThomas Gummerer <t.gummerer@gmail.com>
Sun, 12 Feb 2017 21:54:14 +0000 (12 21:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2017 22:20:38 +0000 (13 14:20 -0800)
tree1906b74ea96432f7940d4c39a05b99da6476a72a
parentad36dc8b4b165bf9eb3576b42a241164e312d48c
Documentation/stash: remove mention of git reset --hard

Don't mention git reset --hard in the documentation for git stash save.
It's an implementation detail that doesn't matter to the end user and
thus shouldn't be exposed to them.  In addition it's not quite true for
git stash -p, and will not be true when a filename argument to limit the
stash to a few files is introduced.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt