Re: Failed assertion in pathspec.c

2015-06-14 Thread Sami Boukortt
> On Sun, Jun 14, 2015 at 12:18 AM, Sami Boukortt > wrote: > > git: pathspec.c:317: prefix_pathspec: Assertion > > `item->nowildcard_len <= item->len && item->prefix <= item->len' > > failed. > > Known issue, but no one stepped up

Failed assertion in pathspec.c

2015-06-13 Thread Sami Boukortt
Hi, I can reliably trigger a failed assertion in Git 2.4.3 by performing the following steps: mkdir a; cd a git init touch a.txt git add a.txt git commit -m 'a' cd .. mkdir b; cd b git init git submodule add ../a cd a rm -fr .git git add . This results in: git: pathspec.c:317: prefix_pathspec: