Merge branch 'bc/connect-plink' into next
commit9def2e1326b1dc05cbdd0258492828c4ef75dada
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:14:43 +0000 (5 21:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:14:43 +0000 (5 21:14 -0700)
tree962b648bfd1178d81e0a29e82be2f83c78dcb541
parente6f02905c651f94d26b9a9fce93c3ced26273220
parentbaaf233755f71c057d28b9e8692e24d4fca7d22f
Merge branch 'bc/connect-plink' into next

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