diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-01 17:23:20 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-01 17:23:20 +0100 |
| commit | f37d670bb8f4cdd2a86e4185d7d2cd62e9d979a1 (patch) | |
| tree | b5a0d406b9a08e6b86c52643429657b7a57f6f55 /lisp | |
| parent | dfbc8fb91367dd6c12072c4cddabb47470c23f8c (diff) | |
magit-rebase: Use more columns
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-sequence.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index b183677..0fd0142 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 |
