unpack-trees: handle failure in verify_absent
commit6b9315d5a14b4d1389cff347fcfcb86624bbf645
authorClemens Buchacher <drizzd@aon.at>
Thu, 1 Jan 2009 20:54:31 +0000 (1 21:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jan 2009 20:45:38 +0000 (5 12:45 -0800)
tree8e61fe9ff6a9ad3ccc931f7a8c155aa878ce9048
parentea02eef096d4bfcbb83e76cfab0fcb42dbcad35e
unpack-trees: handle failure in verify_absent

Commit 203a2fe1 (Allow callers of unpack_trees() to handle failure)
changed the "die on error" behavior to "return failure code".
verify_absent did not handle errors returned by
verify_clean_subdirectory, however.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1001-read-tree-m-2way.sh
unpack-trees.c