branch: elpa/git-commit commit 421be65a325f2988d12868b57386683d3efafbe2 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-rebase: Enable --autostash by default The documentation has already been saying that we do that. Closes #4475. --- lisp/magit-sequence.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index d1373c9..cf5b775 100644 --- a/lisp/magit-sequence.el +++ b/lisp/magit-sequence.el @@ -499,6 +499,7 @@ This discards all changes made since the sequence started." (transient-define-prefix magit-rebase () "Transplant commits and/or modify existing commits." :man-page "git-rebase" + :value '("--autostash") ["Arguments" :if-not magit-rebase-in-progress-p ("-k" "Keep empty commits" "--keep-empty")