From 8500349208e6bfd0e8bc67d294bfea93da2328a2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 2 May 2005 16:13:18 -0700 Subject: Make fsck-cache do better tree checking. We check the ordering of the entries, and we verify that none of the entries has a slash in it (this allows us to remove the hacky "has_full_path" member from the tree structure, since we now just test it by walking the tree entries instead). --- tree.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tree.h') diff --git a/tree.h b/tree.h index 19b1905659..96cf4291d1 100644 --- a/tree.h +++ b/tree.h @@ -18,7 +18,6 @@ struct tree_entry_list { struct tree { struct object object; - unsigned has_full_path : 1; struct tree_entry_list *entries; }; -- cgit v1.2.3