From 1738f7320d81e316f782a2fddc45233864dc6929 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 13 Oct 2021 11:36:07 -0400 Subject: diff: document updated rename limit --- include/git2/diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1