Crate codex_git

Source
Expand description

codex-git is a simplified wrapper for git2. Most of the code is in this file.

Structs§

CodexRepoConfig
A CodexRepoConfig is the parameters for making a CodexRepository.
CodexRepository
A CodexRepository is a Git Repository that is managed by this crate. It tracks whether the repository needs to be committed or pushed.
FetchStatus
An FetchStatus describes the result of a fetch
SshKeys
An SshKeys stores the SSH keys for the remote repository.
User
User is a git user (user name and email)

Enums§

CodexGitError
error for this crate

Type Aliases§

NullResult
None or error
Result
results for this crate