X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tree.h;h=0df065ae363c016b17db26f00b982396baf066db;hb=e8c80638abc99928dba9ac832589749a531e2e21;hp=74fe09d7634661d208f88536cf831c3858766450;hpb=5569bf9bbedd63a00780fc5c110e0cfab3aa97b9;p=git.git diff --git a/tree.h b/tree.h index 74fe09d7..0df065ae 100644 --- a/tree.h +++ b/tree.h @@ -10,9 +10,11 @@ struct tree_entry_list { unsigned directory : 1; unsigned executable : 1; unsigned symlink : 1; + unsigned zeropad : 1; unsigned int mode; char *name; union { + struct object *any; struct tree *tree; struct blob *blob; } item;