commit 5154c5c252ee459385d27ff73d485504c4d32d83 from: Omar Polo date: Tue Aug 31 09:15:30 2021 UTC switch to `got send' for pushing commit - 26b39debfce2730a67c973bc5ae75e4546bb0ca3 commit + 5154c5c252ee459385d27ff73d485504c4d32d83 blob - 55d230c86bf0c221a527c8881ee5db166e25e63c blob + 3b657d6c7755a68d108a4d99de009b8eb3b47374 --- vc-got.el +++ 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