On Tue, Mar 10, 2009 at 9:21 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > 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. agreed, I've already said I executed it like this by an accident... it was easy to recreate so I shared... I'm not saying it is a show stopper :) jirka > > 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