Re: [PATCH 2/5] connect: split ssh command line options into separate function

2017-10-23 Thread Junio C Hamano
Jonathan Nieder writes: > The git_connect function is growing long. Split the portion that > discovers an ssh command and options it accepts before the service > name and path to a separate function to make it easier to read. > > No functional change intended. > > Signed-off-by: Jonathan Nieder

Re: [PATCH 2/5] connect: split ssh command line options into separate function

2017-10-23 Thread Stefan Beller
On Mon, Oct 23, 2017 at 2:30 PM, Jonathan Nieder wrote: > The git_connect function is growing long. Split the portion that > discovers an ssh command and options it accepts before the service > name and path to a separate function to make it easier to read. > > No functional change intended. > >