Re: [PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH

2017-11-21 Thread Junio C Hamano
Jonathan Nieder writes: > Jonathan Nieder (8): > ssh test: make copy_ssh_wrapper_as clean up after itself > connect: move no_fork fallback to git_tcp_connect > connect: split git:// setup into a separate function > connect: split ssh command line options into separate

Re: [PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH

2017-11-21 Thread Stefan Beller
On Mon, Nov 20, 2017 at 2:32 PM, Brandon Williams wrote: > On 11/20, Jonathan Nieder wrote: >> Previously: [1]. >> >> This version should be essentially identical to v2. Changes: >> - patch 1 is new and should fix the test failure on Windows >> - patch 2 is new, discussed at

Re: [PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH

2017-11-20 Thread Brandon Williams
On 11/20, Jonathan Nieder wrote: > Previously: [1]. > > This version should be essentially identical to v2. Changes: > - patch 1 is new and should fix the test failure on Windows > - patch 2 is new, discussed at [2] > - patch 5 split off from patch 6 as suggested at [3] > - patch 6 commit

[PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH

2017-11-20 Thread Jonathan Nieder
Previously: [1]. This version should be essentially identical to v2. Changes: - patch 1 is new and should fix the test failure on Windows - patch 2 is new, discussed at [2] - patch 5 split off from patch 6 as suggested at [3] - patch 6 commit message got two new notes to address the worries