X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=8f32b824cdc1bac1f094d743f3bee9f32890edca;hb=e5b8eebc03f80bc21877494ae2ac0c2b63a1b83b;hp=b8f1fdecf4d9e5e8f8e834eb55a374f1af8352fd;hpb=055f2c5d340508d3542ede8dc1db2aedd0b9f1b5;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;