chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b361ad
)
el/dot-emacs.el: Add a switch for the `--rebase-merges' option.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:03:03 +0000
(15:03 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:03:03 +0000
(15:03 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f164c40097701d0d7dccf5a34b8bbce7b095635d..7623c72889101c60ac1bcd27a4b906cf07be3792 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-4977,7
+4977,9
@@
(eval-after-load "magit"
magit-diff-refresh-popup
magit-diff-mode-refresh-popup
magit-revision-mode-refresh-popup))
- (magit-define-popup-switch popup ?R "Reverse diff" "-R"))))
+ (magit-define-popup-switch popup ?R "Reverse diff" "-R"))
+ (magit-define-popup-switch 'magit-rebase-popup ?r
+ "Rebase merges" "--rebase-merges")))
(defadvice magit-wip-commit-buffer-file
(around mdw-just-this-buffer activate compile)