X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=8f32b824cdc1bac1f094d743f3bee9f32890edca;hb=65c2b2b509796965b9a584e4d92fec2afc4470cd;hp=b8f1fdecf4d9e5e8f8e834eb55a374f1af8352fd;hpb=43176d1e4cddc4ab2f2f7dc6f3ba10513ffc2f2b;p=git.git diff --git a/diffcore.h b/diffcore.h index b8f1fdecf..8f32b824c 100644 --- a/diffcore.h +++ b/diffcore.h @@ -45,7 +45,7 @@ struct diff_filespec { unsigned dirty_submodule : 2; /* For submodules: its work tree is dirty */ #define DIRTY_SUBMODULE_UNTRACKED 1 #define DIRTY_SUBMODULE_MODIFIED 2 - + unsigned has_more_entries : 1; /* only appear in combined diff */ struct userdiff_driver *driver; /* data should be considered "binary"; -1 means "don't know yet" */ int is_binary;