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

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

[elpa] externals/vc-got 3ec0e0cae3 2/2: typo in the function name and mi


From: ELPA Syncer
Subject: [elpa] externals/vc-got 3ec0e0cae3 2/2: typo in the function name and missing vc-setup-buffer
Date: Tue, 19 Jul 2022 06:58:15 -0400 (EDT)

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

    typo in the function name and missing vc-setup-buffer
---
 vc-got.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 111e492126..004b64be25 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -711,9 +711,10 @@ START-REVISION."
     (with-current-buffer buffer
       (vc-got--log nil nil nil rl))))
 
-(defun vc-got-incoming (buffer remote-location)
+(defun vc-got-log-incoming (buffer remote-location)
   "Fill BUFFER with the incoming diff from REMOTE-LOCATION.
 That is, the diff between REMOTE-LOCATION and the local repository."
+  (vc-setup-buffer buffer)
   (let ((rl (if (or (not remote-location) (string-empty-p remote-location))
                 (concat "origin/" (vc-got--current-branch))
               remote-location))



reply via email to

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