6 extern const char *tree_type
;
8 struct tree_entry_list
{
9 struct tree_entry_list
*next
;
10 unsigned directory
: 1;
11 unsigned executable
: 1;
21 unsigned has_full_path
: 1;
22 struct tree_entry_list
*entries
;
25 struct tree
*lookup_tree(unsigned char *sha1
);
27 int parse_tree(struct tree
*tree
);