Brian Downing schrieb:
Complain to STDERR unless 'git stash save' is explicitly used.
This is in preparation for completely disabling the "default save"
behavior of the command in the future.
...
-'git-stash' [save] [message...]
+'git-stash' save [message...]
Can't we have these two?
git-stash
git-stash save [message...]
'git stash' without a message as an equivalent of 'git stash save' is still
very handy.
-- Hannes