Re: Error running 'git status' with Git version of current 'next' branch

2014-07-11 Thread Jeff King
On Wed, Jul 09, 2014 at 09:10:49AM +0200, Ralf Thielow wrote: > I'm getting the following error when calling 'git status' on one of > my projects. > > git: dir.c:739: last_exclude_matching_from_list: Assertion `x->baselen > == 0 || x->base[x->baselen - 1] == '/'' failed. > Aborted (core dumped) >

Error running 'git status' with Git version of current 'next' branch

2014-07-09 Thread Ralf Thielow
Hi, I'm getting the following error when calling 'git status' on one of my projects. git: dir.c:739: last_exclude_matching_from_list: Assertion `x->baselen == 0 || x->base[x->baselen - 1] == '/'' failed. Aborted (core dumped) I'm using the current 'next', git version 2.0.1.664.g35b839c I have bi