summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorDmitry Lobanov <gaussblurinc@gmail.com>2021-06-15 17:33:03 +0300
committerDmitry Lobanov <gaussblurinc@gmail.com>2021-06-15 17:33:03 +0300
commit428f1acf97131614d63c23e632ef6ddee7450c51 (patch)
treeedae77feb88dfc6fc43376ef159e8640033fadaa /include/git2
parent11452ca143ebe063419b4991f5ee8279d9fbecee (diff)
downloadlibgit2-428f1acf97131614d63c23e632ef6ddee7450c51.tar.gz
submodule: git submodule dup out and source parameters have become mandatory.
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/submodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h
index 857c62f89..29d8bc1ce 100644
--- a/include/git2/submodule.h
+++ b/include/git2/submodule.h
@@ -227,7 +227,7 @@ GIT_EXTERN(int) git_submodule_lookup(
* Create an in-memory copy of a submodule. The copy must be explicitly
* free'd or it will leak.
*
- * @param out Pointer to store the copy of the submodule. Cannot be NULL.
+ * @param out Pointer to store the copy of the submodule.
* @param source Original submodule to copy.
*/
GIT_EXTERN(int) git_submodule_dup(git_submodule **out, git_submodule *source);