On Fri, Mar 28, 2014 at 3:01 PM, Jeff King <p...@peff.net> wrote:
> On Fri, Mar 28, 2014 at 11:09:14AM -0000, Gerhard Grimm wrote:
>> git submodule init
>>
>> fails with the output
>>
>>     Assertion failed: err == REG_ESPACE, file compat/regex/regexec.c, line 
>> 1096
>>     No submodule mapping found in .gitmodules for path 'module'
>
> The regexes we use here are not particularly complicated. So either
> there is a bug (but nobody else has reported anything on any other
> platform) or your system regex library has some problem with what we are
> feeding it. The simplest solution may be to compile with:
>
>   NO_REGEX=YesPlease
>
> which will build and use the glibc implementation in compat/regex
> instead.

Based upon the assertion-failure message, it looks like he's already
using compat/regex.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to