Skip to content

Commit 93392cd

Browse files
author
Edward Thomson
committed
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.
1 parent a7df4a9 commit 93392cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2/common.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ typedef enum {
269269
* > to ensure that all inputs to the new objects are valid. For
270270
* > example, when this is enabled, the parent(s) and tree inputs
271271
* > will be validated when creating a new commit. This defaults
272-
* > to disabled.
272+
* > to enabled.
273+
*
273274
* * opts(GIT_OPT_SET_SSL_CIPHERS, const char *ciphers)
274275
*
275276
* > Set the SSL ciphers use for HTTPS connections.

0 commit comments

Comments
 (0)