From: Johannes Schindelin <hidden> Date: 2016-06-15 22:46:22
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