Re: Failed assertion in pathspec.c

2015-06-14 Thread Duy Nguyen
On Sun, Jun 14, 2015 at 5:21 PM, Sami Boukortt wrote: >> 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 to fi

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 to fix it yet > > http://thread.gmane.org/gmane.comp.version-cont

Re: Failed assertion in pathspec.c

2015-06-13 Thread Duy Nguyen
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 to fix it yet http://thread.gmane.org/gmane.comp.version-control.git/267095 -- D

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: