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