emacs-diffs
[Top][All Lists]
Advanced

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

feature/package+vc dbcd663715 2/3: ; Update 'clone' documentation in hea


From: Philip Kaludercic
Subject: feature/package+vc dbcd663715 2/3: ; Update 'clone' documentation in header
Date: Sun, 23 Oct 2022 12:30:38 -0400 (EDT)

branch: feature/package+vc
commit dbcd66371577efacef62419d1efa39494f4cd778
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; Update 'clone' documentation in header
---
 lisp/vc/vc.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index a0a3ce2e6f..38209ef39e 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -585,11 +585,14 @@
 ;;   properties are omitted, `point-min' and `point-max' will
 ;;   respectively be used instead.
 ;;
-;; - clone (remote directory)
+;; - clone (remote directory rev)
 ;;
 ;;   Attempt to clone a REMOTE repository, into a local DIRECTORY.
 ;;   Returns a string with the directory with the contents of the
-;;   repository if successful, otherwise nil.
+;;   repository if successful, otherwise nil.  With a non-nil value
+;;   for REV the backend will attempt to check out a specific
+;;   revision, if possible without first checking out the default
+;;   branch.
 
 ;;; Changes from the pre-25.1 API:
 ;;



reply via email to

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