Merge branch 'tg/stash-doc-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 22:56:41 +0000 (14:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 22:56:41 +0000 (14:56 -0800)
The documentation explained what "git stash" does to the working
tree (after stashing away the local changes) in terms of "reset
--hard", which was exposing an unnecessary implementation detail.

* tg/stash-doc-cleanup:
Documentation/stash: remove mention of git reset --hard

Trivial merge