Commit ca2ff5ab by Dmitry Lobanov

submodule: git submodule dup documentation has been fixed.

parent bf1616d1
...@@ -227,8 +227,8 @@ GIT_EXTERN(int) git_submodule_lookup( ...@@ -227,8 +227,8 @@ GIT_EXTERN(int) git_submodule_lookup(
* Create an in-memory copy of a submodule. The copy must be explicitly * Create an in-memory copy of a submodule. The copy must be explicitly
* free'd or it will leak. * free'd or it will leak.
* *
* @param out Pointer to store the copy of the submodule * @param out Pointer to store the copy of the submodule. Cannot be NULL.
* @param source Original tag to copy * @param source Original submodule to copy.
*/ */
GIT_EXTERN(int) git_submodule_dup(git_submodule **out, git_submodule *source); GIT_EXTERN(int) git_submodule_dup(git_submodule **out, git_submodule *source);
......
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