Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r--include/git2/diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h
index c35701a46..67ce666ef 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -611,6 +611,9 @@ typedef enum {
/** Turn on all finding features. */
GIT_DIFF_FIND_ALL = (0x0ff),
+ /** Does no work on trying to find renames. */
+ GIT_DIFF_FIND_NO_RENAMES = (1u << 8),
+
/** Measure similarity ignoring leading whitespace (default) */
GIT_DIFF_FIND_IGNORE_LEADING_WHITESPACE = 0,
/** Measure similarity ignoring all whitespace */