Merge branch 'tg/deprecate-stash-save'
commit40f1293530427c315072df3f65a822e621ffe2ae
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:32 +0000 (6 14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:32 +0000 (6 14:24 +0900)
tree93da6f907f2e892846a5ca54f5a7e987652c9978
parent30af513004af513206bf52f4a11c40205d868500
parentc0c0c825ce19963ded30919778a23c3c85662755
Merge branch 'tg/deprecate-stash-save'

"git stash save" has been deprecated in favour of "git stash push".

* tg/deprecate-stash-save:
  stash: remove now superfluos help for "stash push"
  stash: mark "git stash save" deprecated in the man page
  stash: replace "git stash save" with "git stash push" in the documentation