Modules§
- cob
- COB storage Git backend.
- ext
- Extensions and wrappers for
git2
types - paths
- raw
- libgit2 bindings for Rust
- trailers
- transport
Macros§
- refname
- Create a [
git_ref_format_core::RefString
] from a string literal.
Structs§
- Oid
- Serializable
git2::Oid
- Pattern
Str - Qualified
- A fully-qualified refname.
- Ref
- A parsed Git reference.
- RefString
- Repository
- Git implementation of
WriteRepository
using thegit2
crate. - Storage
- User
Info - The user information used for signing commits and configuring the
name
andemail
fields in the Git config. - Validations
- A set of
Validation
errors that a caller must use.
Enums§
- Error
- Storage error.
- RefError
- Repository
Error - Repository error.
- Validation
- Validation errors that can occur when verifying the layout of the
storage. These errors include checking the validity of the
rad/sigrefs
contents and the identity of the repository.