summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-10-09 11:27:56 +0100
committerEdward Thomson <ethomson@github.com>2016-10-09 11:27:56 +0100
commit93392cdd91d7fb7347969137ada040a03a5bfdbe (patch)
tree28b5becfa5656119a3c70ccb4bf2c32636a18f04
parenta7df4a9151f09ca1f66f6267f2beb9ddf9739b73 (diff)
downloadlibgit2-ethomson/settings_docs.tar.gz
docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledethomson/settings_docs
We changed the defaults on strict object creation - it is enabled by default. Update the documentation to reflect that.
-rw-r--r--include/git2/common.h3
1 files changed, 2 insertions, 1 deletions
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.