unpack_trees(): allow callers to differentiate worktree errors from merge errors
commit2e2b887d1c2c2385825160e587d711ecb5935ef5
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 22:12:30 +0000 (28 15:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2008 00:35:21 +0000 (29 17:35 -0700)
tree6beed288d6482e1e3857549370c03feeaf7a1215
parent6286a08db3d1e718f4be6959d0f380215026800b
unpack_trees(): allow callers to differentiate worktree errors from merge errors

Instead of uniformly returning -1 on any error, this teaches
unpack_trees() to return -2 when the merge itself is Ok but worktree
refuses to get updated.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c