branch: elpa/magit
commit f37d670bb8f4cdd2a86e4185d7d2cd62e9d979a1
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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 b1836779fc4..0fd0142e0c0 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