libgit2

transport

Version:
Git transport interfaces and functions

Structs

Macros

Enums

Callbacks

Functions

Creates a new plain-text username and password credential object The supplied credential parameter will be internally duplicated.

Function to use to create a transport from a URL is scanned to find a transport that implements the scheme of the URI (i.e. git:// or http://) and a transport object is returned to the caller.

Create an instance of the dummy transport

Create an instance of the local transport

Create an instance of the smart transport

Create an instance of the http subtransport also supports https. On Win32, this subtransport may be implemented using the WinHTTP library.

Create an instance of the git subtransport