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

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

[nongnu] elpa/git-commit 7f03f572d5: magit-rebase: Add --ignore-date


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 7f03f572d5: magit-rebase: Add --ignore-date
Date: Sat, 15 Jan 2022 10:58:13 -0500 (EST)

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

    magit-rebase: Add --ignore-date
---
 lisp/magit-sequence.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index 44b7bc3737..434c0ffdb9 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -522,7 +522,8 @@ 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=")
-   ("-d" "Lie about committer date" "--committer-date-is-author-date")
+   ("-c" "Use current time as author date"   "--ignore-date")
+   ("-d" "Use author date as committer date" "--committer-date-is-author-date")
    ("-a" "Autosquash"               "--autosquash")
    ("-A" "Autostash"                "--autostash")
    ("-i" "Interactive"              ("-i" "--interactive"))



reply via email to

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