From a7c83aec2149a4885bfac032859142e8a62bceab Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Fri, 6 Dec 2013 13:39:08 -0800 Subject: [PATCH] Clarify docs --- include/git2/diff.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/git2/diff.h b/include/git2/diff.h index 1654523c8..315cc1215 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -577,9 +577,9 @@ typedef struct { unsigned int version; /** - * Combination of git_diff_find_t values (default FIND_BY_CONFIG). Note - * that if the configuration value is falsy, this will result in - * `git_diff_find_similar` doing nothing. + * Combination of git_diff_find_t values (default FIND_BY_CONFIG). + * Note that if you don't explicitly set this, `diff.renames` could be set + * to false, resulting in `git_diff_find_similar` doing nothing. */ uint32_t flags;