git_transport.close

Close the connection to the remote repository.

This function is the reverse of connect() -- it terminates the connection to the remote end.

struct git_transport
int function(.git_transport* transport) close;

Meta