[PATCH] git-cvsimport - remove hardcoded reference to origin
[git.git] / tree.h
diff --git a/tree.h b/tree.h
index ae61bcc..0df065a 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -14,6 +14,7 @@ struct tree_entry_list {
        unsigned int mode;
        char *name;
        union {
+               struct object *any;
                struct tree *tree;
                struct blob *blob;
        } item;