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

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

[nongnu] elpa/git-commit e0abcbd22f 01/10: Change name of fake command u


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit e0abcbd22f 01/10: Change name of fake command used when adding --all argument
Date: Tue, 7 Jun 2022 10:58:25 -0400 (EDT)

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

    Change name of fake command used when adding --all argument
---
 lisp/magit-commit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 081b8e78a5..2277ec9172 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -181,7 +181,7 @@ With a prefix argument, amend to the commit at `HEAD' 
instead.
                    (list (cons "--amend" (magit-commit-arguments)))
                  (list (magit-commit-arguments))))
   (when (member "--all" args)
-    (setq this-command 'magit-commit-all))
+    (setq this-command 'magit-commit--all))
   (when (setq args (magit-commit-assert args))
     (let ((default-directory (magit-toplevel)))
       (magit-run-git-with-editor "commit" args))))
@@ -565,7 +565,7 @@ See `magit-commit-absorb' for an alternative 
implementation."
           (cl-case last-command
             (magit-commit
              (magit-diff-staged nil args))
-            (magit-commit-all
+            (magit-commit--all
              (magit-diff-working-tree nil args))
             ((magit-commit-amend
               magit-commit-reword



reply via email to

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