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
> 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
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
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:
4 matches
Mail list logo