From 93392cdd91d7fb7347969137ada040a03a5bfdbe Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 9 Oct 2016 11:27:56 +0100 Subject: 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. --- include/git2/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/git2/common.h b/include/git2/common.h index 18abe46b3..a8d698fa4 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -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. -- cgit v1.2.1