el/dot-emacs.el: Add a switch for the `--rebase-merges' option.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:03:03 +0000 (15:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:03:03 +0000 (15:03 +0100)
el/dot-emacs.el

index f164c40..7623c72 100644 (file)
@@ -4977,7 +4977,9 @@ This allows you to pass a list of arguments through `ansi-term'."
                           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)