Merge branch 'bc/connect-plink'
commit7a4f891329527826e6f1c80be2b77cfbfee06190
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:54 +0000 (19 13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:55 +0000 (19 13:17 -0700)
treee733964fa82bfa800924f7a8a2d2018a11190ff7
parentda3d507ce06b5e081c440a8f4ac85df351b4cd1d
parentbaaf233755f71c057d28b9e8692e24d4fca7d22f
Merge branch 'bc/connect-plink'

The connection initiation code for "ssh" transport tried to absorb
differences between the stock "ssh" and Putty-supplied "plink" and
its derivatives, but the logic to tell that we are using "plink"
variants were too loose and falsely triggered when "plink" appeared
anywhere in the path (e.g. "/home/me/bin/uplink/ssh").

* bc/connect-plink:
  connect: improve check for plink to reduce false positives
  t5601: fix quotation error leading to skipped tests
  connect: simplify SSH connection code path
connect.c
t/t5601-clone.sh