branch: externals/agitate commit 2c9f6bb3be9bcc82f8d8498fe1ae76ff83d4057f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Rename to agitate-vc-git-push-prompt-for-remote This better describes its scope. It is now possible to add more commands like it. --- agitate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agitate.el b/agitate.el index 9116b7bc2c..84cce76e13 100644 --- a/agitate.el +++ b/agitate.el @@ -208,7 +208,7 @@ file extension. Else omit it." (car remotes)))) ;;;###autoload -(defun agitate-vc-git-push (prompt) +(defun agitate-vc-git-push-prompt-for-remote (prompt) "Behave like `vc-git-push' but prompt for a remote, if needed. The meaning of PROMPT is the same as that of `vc-git-push'. In such a case, do not prompt for a remote.