Skip to main content

Module commit_ish

Module commit_ish 

Source
Expand description

Commit-ish target type and reusable typestate markers shared by command builders that take a “thing that names a tree state” — git checkout, git reset, etc.

Structs§

NoTarget
Initial typestate: no commit-ish target chosen yet.
WithTarget
Typestate after a target has been selected.

Enums§

CommitIsh
Anything that names a git commit-ish: a branch tip, a tag, or a specific commit object ID.