[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate aa04a25eb1 58/67: Rename to agitate-vc-git-form
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate aa04a25eb1 58/67: Rename to agitate-vc-git-format-patch-single |
Date: |
Wed, 28 Sep 2022 16:57:30 -0400 (EDT) |
branch: externals/agitate
commit aa04a25eb1ec6966e093f4c6f24e240967ecdca5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Rename to agitate-vc-git-format-patch-single
---
README.org | 4 ++--
agitate.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 2daa6ebf16..379f5005f9 100644
--- a/README.org
+++ b/README.org
@@ -153,8 +153,8 @@ think most of those are superfluous. Less is more.
=git-show(1)= on it. With optional =CURRENT-FILE= as prefix
argument, limit the commits to those pertaining to the current file.
-#+findex: agitate-vc-git-prompt-format-patch-single
-+ ~agitate-vc-git-prompt-format-patch-single~ :: Format patch for a
+#+findex: agitate-vc-git-format-patch-single
++ ~agitate-vc-git-format-patch-single~ :: Format patch for a
single =COMMIT=. If in a log-view buffer, the =COMMIT= is the one
at point. For the details of how that is determined, read the doc
string of ~agitate-log-view-kill-revision~. If there is no such
diff --git a/agitate.el b/agitate.el
index cddd7eb662..157261dbd5 100644
--- a/agitate.el
+++ b/agitate.el
@@ -278,13 +278,13 @@ to those pertaining to the current file."
(diff-mode))))
(defun agitate--vc-git-format-patch-single-behaviour ()
- "Help `agitate-vc-git-prompt-format-patch-single' with its COMMIT."
+ "Help `agitate-vc-git-format-patch-single' with its COMMIT."
(if-let ((default-value (cadr (log-view-current-entry (point) t))))
default-value
(agitate--vc-git-get-hash-from-string (agitate--vc-git-commit-prompt))))
;;;###autoload
-(defun agitate-vc-git-prompt-format-patch-single (commit)
+(defun agitate-vc-git-format-patch-single (commit)
"Format patch for a single COMMIT.
If in a log-view buffer, the COMMIT is the one at point. For the
- [elpa] externals/agitate 5a1b31fe09 06/67: Add agitate-log-view-kill-revision command, (continued)
- [elpa] externals/agitate 5a1b31fe09 06/67: Add agitate-log-view-kill-revision command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 2250f3d039 33/67: Expand the README.org, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 2c9f6bb3be 20/67: Rename to agitate-vc-git-push-prompt-for-remote, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 418d24bd13 60/67: Tweak comments about gitmoji, conventional commits, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate d808406253 48/67: Edit vc-git-show (PROOF OF CONCEPT), ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 4192d8d892 51/67: Clarify doc of helper function, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 9146d7cd54 31/67: Rename to agitate-diff-enable-outline-minor-mode, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 27cdb6fd95 57/67: Improve agitate-vc-git-prompt-format-patch-single, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 1df9714eb6 49/67: Accept optional long agitate--vc-git-commit-prompt, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate ed6c5cfb71 32/67: Capitalise Unicode in doc string, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate aa04a25eb1 58/67: Rename to agitate-vc-git-format-patch-single,
ELPA Syncer <=
- [elpa] externals/agitate a9a8339126 46/67: Add PROOF OF CONCEPT vc-git-find-revision, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 412834ce07 66/67: Fix file no dir in agitate--log-edit-extract-file, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate a32ed823b6 24/67: Add TODO about conventional commits, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate fa0a9e5260 42/67: Add echo to agitate-vc-git-kill-commit-message, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 063d94c983 35/67: Add generic README in markdown, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate f9dd3b3f91 41/67: Add agitate-vc-git-kill-commit-message command, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate ca4b65bf85 36/67: Add gitignore, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 0b80819820 62/67: Refine regexp for git hash extraction, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 45eb3b6c5d 54/67: Declare agitate-vc-git-show as interactive-only, ELPA Syncer, 2022/09/28
- [elpa] externals/agitate 912161bfc1 27/67: Add doclicense.texi which is used in the manual, ELPA Syncer, 2022/09/28