Expand description
codex-git is a simplified wrapper for git2. Most of the code is in this file.
Structs§
- Codex
Repo Config - A
CodexRepoConfigis the parameters for making a CodexRepository. - Codex
Repository - A
CodexRepositoryis a Git Repository that is managed by this crate. It tracks whether the repository needs to be committed or pushed. - Fetch
Status - An
FetchStatusdescribes the result of a fetch - SshKeys
- An
SshKeysstores the SSH keys for the remote repository. - User
Useris 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