mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 21:34:00 +00:00
Flag checkout_opts in git_reset as optional
The check_outs argument can be NULL and should be flagged accordingly in the header file.
This commit is contained in:
parent
887c1931a2
commit
3a13365269
@ -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