Merge remote branch 'refs/remotes/avar/magit-stash-dash-description'

This commit is contained in:
Phil Jackson 2010-07-25 16:11:39 +01:00
commit 7a8ae1900e

View file

@ -3412,6 +3412,7 @@ With prefix argument, changes in staging area are kept.
(apply 'magit-run-git `("stash"
"save"
,@(when current-prefix-arg '("--keep-index"))
"--"
,description)))
(magit-define-command stash-snapshot ()