summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2017-02-08 10:21:55 +0000
committerGitHub <noreply@github.com>2017-02-08 10:21:55 +0000
commitbe249bca1bb79266a286b93f3e41dd6888d348a4 (patch)
treedb34259e7ffc9696592cc6ae7c810858e625ba6d /include/git2
parent887c1931a293cc6bb2687fea7a8303ab3e8fbc7e (diff)
parent3a133652691c07abb1a898a3704e693cb9c40901 (diff)
downloadlibgit2-be249bca1bb79266a286b93f3e41dd6888d348a4.tar.gz
Merge pull request #4109 from rcjsuen/patch-1
Flag checkout_opts in git_reset as optional
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/reset.h b/include/git2/reset.h
index 79075291f..bd29c69e4 100644
--- a/include/git2/reset.h
+++ b/include/git2/reset.h
@@ -53,7 +53,7 @@ typedef enum {
*
* @param reset_type Kind of reset operation to perform.
*
- * @param checkout_opts Checkout options to be used for a HARD reset.
+ * @param checkout_opts Optional checkout options to be used for a HARD reset.
* The checkout_strategy field will be overridden (based on reset_type).
* This parameter can be used to propagate notify and progress callbacks.
*