Re: [PATCH v1 39/45] parse_pathspec: make sure the prefix part is wildcard-free

2013-03-20 Thread Duy Nguyen
On Wed, Mar 20, 2013 at 8:32 AM, Duy Nguyen  wrote:
> On Wed, Mar 20, 2013 at 1:34 AM, Junio C Hamano  wrote:
>> This seems to break t7300-clean.sh #8
>
> Repeatedly? I saw some t7300-clean.sh failures when running tests in
> parallel, but never been able to reproduce it alone.

Never mind. There is a codepath that does not initialize the new field
"prefix" properly. Fixing it now..
-- 
Duy
--
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


Re: [PATCH v1 39/45] parse_pathspec: make sure the prefix part is wildcard-free

2013-03-19 Thread Duy Nguyen
On Wed, Mar 20, 2013 at 1:34 AM, Junio C Hamano  wrote:
> This seems to break t7300-clean.sh #8

Repeatedly? I saw some t7300-clean.sh failures when running tests in
parallel, but never been able to reproduce it alone.
-- 
Duy
--
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


Re: [PATCH v1 39/45] parse_pathspec: make sure the prefix part is wildcard-free

2013-03-19 Thread Junio C Hamano
This seems to break t7300-clean.sh #8
--
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