Nanako Shiraishi <nanako3@xxxxxxxxxxx> writes: > [2]% git merge feature > error: Entry 'cool' not uptodate. Cannot merge. > fatal: merging of trees 8ec1d96451ff05451720e4e8968812c46b35e5e4 and aad8d5cef3915ab78b3227abaaac99b62db9eb54 failed > > ... the messages look unnecessarily scary, with two > "error" and "fatal" comments, and long sha1 commit names. Just a technical nit. I think these are tree object names. > Those of us who used git for some time can tell what it wants to say. > The merge checked the files in the working tree before doing anything, > found that the user has uncommitted change to a file that is involved in > the merge, and it stopped. And it didn't change anything. It may be "fatal" > but the user has much less reason to be scared about this failure than > the conflicting case. > > It would be nice if the message in the latter case can be toned down. Yeah, it would be nice. This actually was something that bothered me as well while trying to explain the recovery procedure for these two cases. Give me half an hour or so to cook up something... -- 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