Expand description
Core Git protocol implementation
This module provides the main GitProtocol struct and RepositoryAccess trait
that form the core interface of the git-internal library.
Structs§
- GitProtocol
- Transport-agnostic Git smart protocol handler Main Git protocol handler
Traits§
- Authentication
Service - Authentication service trait
- Repository
Access - Repository access trait for storage operations