Improve docs on the return value of git-checkout (#3233)

This commit is contained in:
Paulo Matos 2020-06-05 16:56:01 +02:00 committed by GitHub
parent 3cc74bd3db
commit 9315112df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,8 @@ to download the repository whose name on the server is
@racket[repository] (normally ending in @filepath{.git}). The tree
within the repository that is identified by @racket[ref] (which can be
a branch, tag, commit ID, or tree ID) is extracted to
@racket[dest-dir], and the result id an ID corresponding to @racket[ref].
@racket[dest-dir], and it returns a string containing a commit ID corresponding
to @racket[ref].
If @racket[transport] is @racket['git], then the server is contacted
using Git's native transport. If @racket[transport] is