summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-10-09 15:45:20 +0100
committerGitHub <noreply@github.com>2016-10-09 15:45:20 +0100
commit2468bf0615a581e67c69bd47b6862eabb1940e5e (patch)
treee83015db14cc4d94d52d51925ea2d72913672962
parentaae89534961cdb7b445be890a056b67c5d18547f (diff)
parent93392cdd91d7fb7347969137ada040a03a5bfdbe (diff)
downloadlibgit2-2468bf0615a581e67c69bd47b6862eabb1940e5e.tar.gz
Merge pull request #3958 from libgit2/ethomson/settings_docs
docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabled
-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.