]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tg/deprecate-stash-save'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:32 +0000 (14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 05:24:32 +0000 (14:24 +0900)
"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


Trivial merge