Crate codex_git[][src]

Expand description

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

Structs

A CodexRepoConfig is the parameters for making a CodexRepository.

A CodexRepository is a Git Repository that is managed by this crate. It tracks whether the repository needs to be committed or pushed.

An FetchStatus describes the result of a fetch

An SshKeys stores the SSH keys for the remote repository.

User is a git user (user name and email)

Enums

error for this crate

Type Definitions

None or error

results for this crate