X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=diff.h;h=9443dc1b0039026ba6c32efd3e445fa61a0860f5;hp=6febe7e3656ae4da3923d9485bb9dee10c1d5acd;hb=ac140beebe11adbca5801c225e87802d706590c4;hpb=fda2baffd25226d5ebfbd93df53633b447185499 diff --git a/diff.h b/diff.h index 6febe7e365..9443dc1b00 100644 --- 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)