mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-27 22:41:37 +00:00
Merge pull request #4109 from rcjsuen/patch-1
Flag checkout_opts in git_reset as optional
This commit is contained in:
commit
be249bca1b
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user