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

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

[elpa] externals/vc-got 5b4a6b9 069/145: more docs


From: ELPA Syncer
Subject: [elpa] externals/vc-got 5b4a6b9 069/145: more docs
Date: Thu, 9 Sep 2021 15:58:35 -0400 (EDT)

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

    more docs
---
 vc-got.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vc-got.el b/vc-got.el
index 08d0e7c..090838d 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -394,6 +394,9 @@ tree."
         (vc-got--parse-status-char (char-after))))))
 
 (defun vc-got-dir-status-files (dir files update-function)
+  "Build the status for FILES in DIR.
+The builded result is given to the callback UPDATE-FUNCTIONS.  If
+FILES is nil, consider all the files in DIR."
   (let* ((fs (seq-filter (lambda (file)
                            (and (not (string= file ".."))
                                 (not (string= file "."))
@@ -441,6 +444,7 @@ tree."
      "0")))
 
 (defun vc-got-checkout-model (_files)
+  "Got uses an implicit checkout model for every file."
   'implicit)
 
 (defun vc-got-mode-line-string (file)



reply via email to

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