Deadlock between git-remote-http and git fetch-pack

2017-01-27 Thread tsuna
e in master. -- Benoit "tsuna" Sigoure

Re: [PATCH] Undefine strlcpy if needed.

2014-08-24 Thread tsuna
p;& make -j8” without running “make configure && ./configure”. -- Benoit "tsuna" Sigoure -- 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] Undefine strlcpy if needed.

2014-08-24 Thread tsuna
On Sun, Aug 24, 2014 at 12:49 PM, Torsten Bögershausen wrote: > On 2014-08-24 18.18, Ramsay Jones wrote: >> On 24/08/14 12:13, tsuna wrote: >>> On Sun, Aug 24, 2014 at 4:10 AM, Ramsay Jones >>> wrote: >>>> Hmm, which version of OS X are we talking about?

Re: [PATCH] Undefine strlcpy if needed.

2014-08-24 Thread tsuna
mind running configure, but so far Git has compiled fine without doing it. Should we fix the default values of NO_STRLCPY / NO_GETEXT on OS X? -- Benoit "tsuna" Sigoure -- 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] Fix compilation on OS X.

2013-07-20 Thread tsuna
g on this variable? I thought about that but there are no other files that use `environ' so I opted for putting it here instead. -- Benoit "tsuna" Sigoure -- 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] Fix compilation on OS X.

2013-07-20 Thread tsuna
l) > When _GNU_SOURCE is defined glibc header (I think it is unistd.h) > seem to define it for us. > > Perhaps the correct fix is to revert ec535cc2 for everybody, and if > MinGW needs such a workaround, do it inside #ifndef MINGW? That sounds right. -- Benoit "tsuna" Sigour