test-dump-cache-tree: invalid trees are not errors
authorDavid Turner <dturner@twopensource.com>
Tue, 8 Jul 2014 00:33:43 +0000 (17:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jul 2014 17:35:11 +0000 (10:35 -0700)
Do not treat known-invalid trees as errors even when their subtree_nr is
incorrect. Because git already knows that these trees are invalid,
an incorrect subtree_nr will not cause problems.

Add a couple of comments.

Signed-off-by: David Turner <dturner@twitter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found