X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=b920a20f80936ab66f5fe88c950dd35e38e1e856;hb=d4c8c55fab116a22284696143f434574c32ee7e4;hp=adb40ba273ffec74010a36e98a538fcc204919f1;hpb=be653d6cb87d17c1d70d31cb7cfcb004d48def7b;p=git.git diff --git a/diff.h b/diff.h index adb40ba27..b920a20f8 100644 --- a/diff.h +++ b/diff.h @@ -125,6 +125,7 @@ struct diff_options { int stat_width; int stat_name_width; + int stat_count; const char *word_regex; enum diff_words_type word_diff; @@ -198,6 +199,8 @@ extern void diff_tree_combined_merge(const unsigned char *sha1, int, struct rev_ void diff_set_mnemonic_prefix(struct diff_options *options, const char *a, const char *b); +extern int diff_can_quit_early(struct diff_options *); + extern void diff_addremove(struct diff_options *, int addremove, unsigned mode,