summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-10-13 11:36:07 -0400
committerGitHub <noreply@github.com>2021-10-13 11:36:07 -0400
commit1738f7320d81e316f782a2fddc45233864dc6929 (patch)
tree94c965a5ca2add9ccaa0192ee5b999aae374b2f2
parentd174381c44ea67cd08bc214611a9a63ffeef24a9 (diff)
downloadlibgit2-ethomson/diff_rename_limit.tar.gz
diff: document updated rename limitethomson/diff_rename_limit
-rw-r--r--include/git2/diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h
index a14c01993..b0119b9f7 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -768,7 +768,7 @@ typedef struct {
*
* This is a little different from the `-l` option from Git because we
* will still process up to this many matches before abandoning the search.
- * Defaults to 200.
+ * Defaults to 1000.
*/
size_t rename_limit;