mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-19 19:13:49 +00:00
Fix documentation comment to match actual params.
This commit is contained in:
parent
339f3d071e
commit
deac801de9
@ -22,12 +22,9 @@
|
|||||||
GIT_BEGIN_DECL
|
GIT_BEGIN_DECL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates files in the working tree to match the version in the index
|
* Updates files in the working tree to match the version in the index.
|
||||||
* or HEAD.
|
|
||||||
*
|
*
|
||||||
* @param repo repository to check out (must be non-bare)
|
* @param repo repository to check out (must be non-bare)
|
||||||
* @param origin_url repository to clone from
|
|
||||||
* @param workdir_path local directory to clone to
|
|
||||||
* @param stats pointer to structure that receives progress information (may be NULL)
|
* @param stats pointer to structure that receives progress information (may be NULL)
|
||||||
* @return 0 on success, GIT_ERROR otherwise (use git_error_last for information about the error)
|
* @return 0 on success, GIT_ERROR otherwise (use git_error_last for information about the error)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user