mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 05:01:54 +00:00
Add documentation for clone methods.
This commit is contained in:
parent
5f4d2f9f65
commit
8b67f72b9c
@ -23,7 +23,8 @@
|
|||||||
GIT_BEGIN_DECL
|
GIT_BEGIN_DECL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO
|
* Clone a remote repository, and checkout the branch pointed to by the remote
|
||||||
|
* HEAD.
|
||||||
*
|
*
|
||||||
* @param out pointer that will receive the resulting repository object
|
* @param out pointer that will receive the resulting repository object
|
||||||
* @param origin_url repository to clone from
|
* @param origin_url repository to clone from
|
||||||
@ -40,7 +41,7 @@ GIT_EXTERN(int) git_clone(git_repository **out,
|
|||||||
git_checkout_opts *checkout_opts);
|
git_checkout_opts *checkout_opts);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO
|
* Create a bare clone of a remote repository.
|
||||||
*
|
*
|
||||||
* @param out pointer that will receive the resulting repository object
|
* @param out pointer that will receive the resulting repository object
|
||||||
* @param origin_url repository to clone from
|
* @param origin_url repository to clone from
|
||||||
|
Loading…
Reference in New Issue
Block a user