git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Failed assertion in pathspec.c
@ 2015-06-13 17:18 Sami Boukortt
  2015-06-14  0:40 ` Duy Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Sami Boukortt @ 2015-06-13 17:18 UTC (permalink / raw)
  To: git

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: Assertion `item->nowildcard_len
<= item->len && item->prefix <= item->len' failed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-14 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 17:18 Failed assertion in pathspec.c Sami Boukortt
2015-06-14  0:40 ` Duy Nguyen
2015-06-14 10:21   ` Sami Boukortt
2015-06-14 10:30     ` Duy Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).