emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 421be65: magit-rebase: Enable --autostash by de


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 421be65: magit-rebase: Enable --autostash by default
Date: Wed, 18 Aug 2021 04:57:18 -0400 (EDT)

branch: elpa/git-commit
commit 421be65a325f2988d12868b57386683d3efafbe2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]