Re: [PATCH v4 2/4] test-dump-cache-tree: invalid trees are not errors

2014-07-07 Thread Junio C Hamano
David Turner writes: > Do not treat known-invalid trees as errors even when their count is > incorrect. Because git already knows that these trees are invalid, > nothing depends on the count field. s/count/subtree_nr/; they are different. "nothing depends on" is not quite correct. The field k

[PATCH v4 2/4] test-dump-cache-tree: invalid trees are not errors

2014-07-05 Thread David Turner
Do not treat known-invalid trees as errors even when their count is incorrect. Because git already knows that these trees are invalid, nothing depends on the count field. Add a couple of comments. Signed-off-by: David Turner --- test-dump-cache-tree.c | 4 ++-- 1 file changed, 2 insertions(+),