]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
Merge branch 'jt/t5500-unflake'
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index 6febe7e3656ae4da3923d9485bb9dee10c1d5acd..9443dc1b0039026ba6c32efd3e445fa61a0860f5 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -285,6 +285,11 @@ struct diff_options {
        /* Number of hexdigits to abbreviate raw format output to. */
        int abbrev;
 
+       /* If non-zero, then stop computing after this many changes. */
+       int max_changes;
+       /* For internal use only. */
+       int num_changes;
+
        int ita_invisible_in_index;
 /* white-space error highlighting */
 #define WSEH_NEW (1<<12)