X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tree.h;h=e1c94c090c8d73268176e8f1ca97f4949cb537df;hb=42ea9cb286423c949d42ad33823a5221182f84bf;hp=96cf4291d11453b4489d2bf5234938054fe6b7bd;hpb=d5a72fd622ecedaea272cd6292abb7138a49e460;p=git.git diff --git a/tree.h b/tree.h index 96cf4291..e1c94c09 100644 --- a/tree.h +++ b/tree.h @@ -9,6 +9,8 @@ struct tree_entry_list { struct tree_entry_list *next; unsigned directory : 1; unsigned executable : 1; + unsigned symlink : 1; + unsigned int mode; char *name; union { struct tree *tree;