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

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

[nongnu] elpa/git-commit 192bf21e9a 1/2: Use consistent key and descript


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 192bf21e9a 1/2: Use consistent key and description for --ignore-date
Date: Sun, 16 Jan 2022 07:58:04 -0500 (EST)

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

    Use consistent key and description for --ignore-date
---
 lisp/magit-sequence.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index 434c0ffdb9..ab6c4b1741 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -426,7 +426,7 @@ without prompting."
    ("-k" "Inhibit removal of email cruft"    ("-k" "--keep"))
    ("-b" "Limit removal of email cruft"      "--keep-non-patch")
    ("-d" "Use author date as committer date" "--committer-date-is-author-date")
-   ("-D" "Use committer date as author date" "--ignore-date")
+   ("-t" "Use current time as author date"   "--ignore-date")
    ("-s" "Add Signed-off-by lines"           ("-s" "--signoff"))
    (5 magit:--gpg-sign)]
   ["Apply"
@@ -522,8 +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=")
-   ("-c" "Use current time as author date"   "--ignore-date")
    ("-d" "Use author date as committer date" "--committer-date-is-author-date")
+   ("-t" "Use current time as author date"   "--ignore-date")
    ("-a" "Autosquash"               "--autosquash")
    ("-A" "Autostash"                "--autostash")
    ("-i" "Interactive"              ("-i" "--interactive"))



reply via email to

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