Commit deac801d by Ben Straub

Fix documentation comment to match actual params.

parent 339f3d07
...@@ -22,12 +22,9 @@ ...@@ -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)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment