mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-14 04:15:40 +00:00
docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabled
We changed the defaults on strict object creation - it is enabled by default. Update the documentation to reflect that.
This commit is contained in:
parent
a7df4a9151
commit
93392cdd91
@ -269,7 +269,8 @@ typedef enum {
|
||||
* > to ensure that all inputs to the new objects are valid. For
|
||||
* > example, when this is enabled, the parent(s) and tree inputs
|
||||
* > will be validated when creating a new commit. This defaults
|
||||
* > to disabled.
|
||||
* > to enabled.
|
||||
*
|
||||
* * opts(GIT_OPT_SET_SSL_CIPHERS, const char *ciphers)
|
||||
*
|
||||
* > Set the SSL ciphers use for HTTPS connections.
|
||||
|
Loading…
Reference in New Issue
Block a user