Jonathan Nieder <jrnieder@xxxxxxxxx> 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 <jrnieder@xxxxxxxxx> > Reviewed-by: Stefan Beller <sbeller@xxxxxxxxxx> > --- > As before, except for the Reviewed-by. > > connect.c | 116 +++++++++++++++++++++++++++++++++----------------------------- > 1 file changed, 61 insertions(+), 55 deletions(-) Looks like a straight-forwrd split. Makes sense. Thanks.