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

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

[elpa] externals/vc-got 5154c5c 136/145: switch to `got send' for pushin


From: ELPA Syncer
Subject: [elpa] externals/vc-got 5154c5c 136/145: switch to `got send' for pushing
Date: Thu, 9 Sep 2021 15:58:49 -0400 (EDT)

branch: externals/vc-got
commit 5154c5c252ee459385d27ff73d485504c4d32d83
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    switch to `got send' for pushing
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 55d230c..3b657d6 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -690,7 +690,7 @@ If REV is t, checkout from the head."
   "Run git push (not got!) in the repository dir.
 If PROMPT is non-nil, prompt for the git command to run."
   (let ((default-directory (vc-got--repo-root)))
-    (vc-got--push-pull "git" "push" prompt)))
+    (vc-got--push-pull vc-got-program "send" prompt)))
 
 
 ;; History functions



reply via email to

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