Merge remote branch 'refs/remotes/avar/magit-stash-dash-description'
This commit is contained in:
commit
7a8ae1900e
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -3412,6 +3412,7 @@ With prefix argument, changes in staging area are kept.
|
||||||
(apply 'magit-run-git `("stash"
|
(apply 'magit-run-git `("stash"
|
||||||
"save"
|
"save"
|
||||||
,@(when current-prefix-arg '("--keep-index"))
|
,@(when current-prefix-arg '("--keep-index"))
|
||||||
|
"--"
|
||||||
,description)))
|
,description)))
|
||||||
|
|
||||||
(magit-define-command stash-snapshot ()
|
(magit-define-command stash-snapshot ()
|
||||||
|
|
Loading…
Reference in a new issue