]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/transport.c
Allow to override default ssh transport_cb
authorSven Strickroth <email@cs-ware.de>
Tue, 29 Jul 2014 23:41:43 +0000 (01:41 +0200)
committerSven Strickroth <email@cs-ware.de>
Tue, 26 Aug 2014 15:18:52 +0000 (17:18 +0200)
commit34e510cedfdf0c45de9c77948898553778769ece
treee49b28b7324af0a469d4d5081f58c1680cc9211e
parentfa44a1699ccd70725b236868ef4be5cac8c36267
Allow to override default ssh transport_cb

W/o this patch it is not possible to have a third party ssh transport_cb if GIT_SSH is disabled or a third party transport_cb which has a higher priority than the default one.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/transport.c