From: David Turner Date: Tue, 8 Jul 2014 00:33:43 +0000 (-0700) Subject: test-dump-cache-tree: invalid trees are not errors X-Git-Tag: v2.2.0-rc0~138^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/969dd8c612b3b22c4080ffd4448cef4accbf428b?hp=969dd8c612b3b22c4080ffd4448cef4accbf428b test-dump-cache-tree: invalid trees are not errors 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 Signed-off-by: Junio C Hamano ---