Expand description
codex-git is a simplified wrapper for git2. Most of the code is in this file.
Structs§
- Codex
Repo Config - A
CodexRepoConfig
is the parameters for making a CodexRepository. - Codex
Repository - A
CodexRepository
is a Git Repository that is managed by this crate. It tracks whether the repository needs to be committed or pushed. - Fetch
Status - 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§
- Codex
GitError - error for this crate
Type Aliases§
- Null
Result - None or error
- Result
- results for this crate