diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-10-13 11:36:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 11:36:07 -0400 |
commit | 1738f7320d81e316f782a2fddc45233864dc6929 (patch) | |
tree | 94c965a5ca2add9ccaa0192ee5b999aae374b2f2 | |
parent | d174381c44ea67cd08bc214611a9a63ffeef24a9 (diff) | |
download | libgit2-1738f7320d81e316f782a2fddc45233864dc6929.tar.gz |
diff: document updated rename limitethomson/diff_rename_limit
-rw-r--r-- | include/git2/diff.h | 2 |
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; |