Re: [PATCH 5/8] connect: split ssh option computation to its own function

2017-11-20 Thread Junio C Hamano
Jonathan Nieder writes: > This puts the determination of options to pass to each ssh variant > (see ssh.variant in git-config(1)) in one place. > > A follow-up patch will use this in an initial dry run to detect which > variant to use when the ssh command is ambiguous. > > No functional change in

[PATCH 5/8] connect: split ssh option computation to its own function

2017-11-20 Thread Jonathan Nieder
This puts the determination of options to pass to each ssh variant (see ssh.variant in git-config(1)) in one place. A follow-up patch will use this in an initial dry run to detect which variant to use when the ssh command is ambiguous. No functional change intended yet. Signed-off-by: Jonathan N