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.
- With
Target - Typestate after a target has been selected.
Enums§
- Commit
Ish - Anything that names a git commit-ish: a branch tip, a tag, or a specific commit object ID.