| author | Clemens Buchacher <drizzd@aon.at> | |
| Thu, 1 Jan 2009 20:54:31 +0000 (21:54 +0100) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Mon, 5 Jan 2009 20:45:38 +0000 (12:45 -0800) | ||
| commit | 6b9315d5a14b4d1389cff347fcfcb86624bbf645 | |
| tree | 8e61fe9ff6a9ad3ccc931f7a8c155aa878ce9048 | tree | snapshot |
| parent | ea02eef096d4bfcbb83e76cfab0fcb42dbcad35e | commit | diff |
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>
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 | diff | blob | history | |
| unpack-trees.c | diff | blob | history |