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

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

[nongnu] elpa/git-commit 73b44644f6: magit-rebase: Add --force-rebase


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 73b44644f6: magit-rebase: Add --force-rebase
Date: Sun, 30 Jan 2022 09:58:08 -0500 (EST)

branch: elpa/git-commit
commit 73b44644f6ce632990c86430aa281a5e817d0bb2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-rebase: Add --force-rebase
---
 lisp/magit-sequence.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index bfc46ebb8b..d9848e93d9 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -522,6 +522,7 @@ This discards all changes made since the sequence started."
    (7 magit-merge:--strategy)
    (7 magit-merge:--strategy-option)
    (7 "=X" magit-diff:--diff-algorithm :argument "-Xdiff-algorithm=")
+   (7 "-f" "Forge rebase"           ("-f" "--force-rebase"))
    ("-d" "Use author date as committer date" "--committer-date-is-author-date")
    ("-t" "Use current time as author date"   "--ignore-date")
    ("-a" "Autosquash"               "--autosquash")



reply via email to

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