On Tue, Feb 14, 2017 at 11:08:05AM -0800, Junio C Hamano wrote:
> Thanks for prodding. I'm tempted to just rip out everything other
> than the 5-liner fix to transport.c and apply it, expecting that a
> follow-up patch with updated tests to come sometime not in too
> distant future.
I think we c
Jeff King writes:
> On Thu, Dec 29, 2016 at 07:48:45PM -0500, Jeff King wrote:
>
>> On Thu, Dec 29, 2016 at 04:11:14PM -0800, Jonathan Nieder wrote:
>>
>> > Thanks. Here's the patch again, now with commit messages and a test.
>> > Thanks for the analysis and sorry for the slow turnaround.
>>
>
On Thu, Dec 29, 2016 at 07:48:45PM -0500, Jeff King wrote:
> On Thu, Dec 29, 2016 at 04:11:14PM -0800, Jonathan Nieder wrote:
>
> > Thanks. Here's the patch again, now with commit messages and a test.
> > Thanks for the analysis and sorry for the slow turnaround.
>
> Thanks for following up. Wh
On Thu, Dec 29, 2016 at 04:37:30PM -0800, Stefan Beller wrote:
> > + mkdir lsremote-root &&
> > + (
> > + GIT_CEILING_DIRECTORIES=$(pwd) &&
> > + export GIT_CEILING_DIRECTORIES &&
> > + cd lsremote-root &&
> > + git ls-remote "$HT
On Thu, Dec 29, 2016 at 04:11:14PM -0800, Jonathan Nieder wrote:
> Thanks. Here's the patch again, now with commit messages and a test.
> Thanks for the analysis and sorry for the slow turnaround.
Thanks for following up. While working on a similar one recently, I had
the nagging feeling that th
> + mkdir lsremote-root &&
> + (
> + GIT_CEILING_DIRECTORIES=$(pwd) &&
> + export GIT_CEILING_DIRECTORIES &&
> + cd lsremote-root &&
> + git ls-remote "$HTTPD_URL/smart/repo.git" >../actual
> + ) &&
We could avoid the subshe
6 matches
Mail list logo