]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.h
The 19th batch
[thirdparty/git.git] / range-diff.h
index 04ffe217be67c32d378a94f90094b70b01e55548..2f69f6a434d7d05877ebf8d181475cb6848aee28 100644 (file)
@@ -6,6 +6,12 @@
 
 #define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60
 
+/*
+ * A much higher value than the default, when we KNOW we are comparing
+ * the same series (e.g., used when format-patch calls range-diff).
+ */
+#define CREATION_FACTOR_FOR_THE_SAME_SERIES 999
+
 struct range_diff_options {
        int creation_factor;
        unsigned dual_color:1;