[PATCH] Object library enhancements
[git.git] / tree.h
diff --git a/tree.h b/tree.h
index 74fe09d..0df065a 100644 (file)
--- 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;