Skip to content

Commit be249bc

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#4109 from rcjsuen/patch-1
Flag checkout_opts in git_reset as optional
2 parents 887c193 + 3a13365 commit be249bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/reset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ typedef enum {
5353
*
5454
* @param reset_type Kind of reset operation to perform.
5555
*
56-
* @param checkout_opts Checkout options to be used for a HARD reset.
56+
* @param checkout_opts Optional checkout options to be used for a HARD reset.
5757
* The checkout_strategy field will be overridden (based on reset_type).
5858
* This parameter can be used to propagate notify and progress callbacks.
5959
*

0 commit comments

Comments
 (0)