Module git

Source

Re-exports§

pub use crate::base_and_rel_path::BaseAndRelPath;

Structs§

GitLogEntry
A single entry returned by the GitLogIterator as returned from git_log.
GitLogIterator
GitStatusItem
GitWorkingDir

Enums§

GitCatFileMode
GitObjectType
GitResetMode

Traits§

ChildWaiter

Functions§

_git
Execute the external “git” command with base_path as its current directory and with the given arguments. Returns true when git exited with code 0, false if 1; returns an error for other exit codes or errors.
git_clone