mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 23:15:16 +00:00
Add ssh retry changes to CHANGELOG
This commit is contained in:
parent
6a0d2b43ee
commit
7449c82ee7
@ -15,6 +15,12 @@ v0.21 + 1
|
||||
* The git_transport structure definition has moved into the sys/transport.h
|
||||
file.
|
||||
|
||||
* The ssh transport supports asking the remote host for accepted
|
||||
credential types as well as multiple challeges using a single
|
||||
connection. This requires to know which username you want to connect
|
||||
as, so this introduces the USERNAME credential type which the ssh
|
||||
transport will use to ask for the username.
|
||||
|
||||
* The git_transport_register function no longer takes a priority and takes
|
||||
a URL scheme name (eg "http") instead of a prefix like "http://"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user