Module gix_transport::client::git
source · Available on crate features
blocking-client
or async-client
only.Expand description
Modules§
- connect
blocking-client
Structs§
- A TCP connection to either a
git
daemon or a spawnedgit
process.
Enums§
- The way to connect to a process speaking the
git
protocol.
Functions§
- connect
blocking-client
Connect to a git daemon running onhost
and optionallyport
and a repository atpath
.