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

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

[nongnu] elpa/magit f37d670bb8 4/5: magit-rebase: Use more columns


From: Jonas Bernoulli
Subject: [nongnu] elpa/magit f37d670bb8 4/5: magit-rebase: Use more columns
Date: Sat, 1 Mar 2025 12:16:50 -0500 (EST)

branch: elpa/magit
commit f37d670bb8f4cdd2a86e4185d7d2cd62e9d979a1
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-rebase: Use more columns
---
 lisp/magit-sequence.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index b1836779fc..0fd0142e0c 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -560,8 +560,8 @@ This discards all changes made since the sequence started."
     ("s" "a subset"           magit-rebase-subset)]
    [("m" "to modify a commit" magit-rebase-edit-commit)
     ("w" "to reword a commit" magit-rebase-reword-commit)
-    ("k" "to remove a commit" magit-rebase-remove-commit)
-    ("f" "to autosquash"      magit-rebase-autosquash)
+    ("k" "to remove a commit" magit-rebase-remove-commit)]
+   [("f" "to autosquash"      magit-rebase-autosquash)
     (6 "t" "to change dates"  magit-reshelve-since)]]
   ["Actions"
    :if magit-rebase-in-progress-p



reply via email to

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