diff options
Diffstat (limited to 'tree.h')
-rw-r--r-- | tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct tree_entry_list { struct tree *tree; struct blob *blob; } item; + struct tree_entry_list *parent; }; struct tree { |