Jeff King <peff@xxxxxxxx> writes: > On Fri, Nov 28, 2008 at 07:56:34PM -0800, Junio C Hamano wrote: > ... >> case WRITE_TREE_UNMERGED_INDEX: >> - die("%s: error building trees; the index is unmerged?", me); >> + die("%s: error building trees", me); > > This caught me by surprise while reading, but I assume the rationale is > "now there is a new, different reason not to be able to build the trees, > so our guess is less likely to be correct". I wonder if we can do better > by actually passing out a more exact error value (though it looks like > we will already have said "foo: not added yet" by that point anyway, so > maybe it is just pointless to say more). The places that detect the "unmerged" (and then newly added "intent-only") entries already have issued error messages in the codepath that leads to this error. >> diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh > > Why in t3701? Good question. Brain fart, perhaps. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html