Git fork

Merge branch 'tg/deprecate-stash-save'

Doc update.

* tg/deprecate-stash-save:
doc: prefer 'stash push' over 'stash save'

+2 -2
+2 -2
Documentation/git-stash.txt
··· 175 175 return its object name, without storing it anywhere in the ref 176 176 namespace. 177 177 This is intended to be useful for scripts. It is probably not 178 - the command you want to use; see "save" above. 178 + the command you want to use; see "push" above. 179 179 180 180 store:: 181 181 182 182 Store a given stash created via 'git stash create' (which is a 183 183 dangling merge commit) in the stash ref, updating the stash 184 184 reflog. This is intended to be useful for scripts. It is 185 - probably not the command you want to use; see "save" above. 185 + probably not the command you want to use; see "push" above. 186 186 187 187 DISCUSSION 188 188 ----------