Hi, On Tue, 10 Mar 2009, Jiri Olsa wrote: > mb=$($GIT merge-base HEAD yyy) > $GIT read-tree $mb HEAD yyy While I agree that it is a bad thing for Git to segfault, I think this here is a pilot error. You try to read 3 trees at the same time, but not perform a merge. IMHO you want to add -m at least. Ciao, Dscho -- 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