Skip to main content

Crate hanzo_git_tooling

Crate hanzo_git_tooling 

Source

Structs§

CreateGhostCommitOptions
Options to control ghost commit creation.
GhostCommit
Details of a ghost commit created from a repository state.

Enums§

GitToolingError
Errors returned while managing git worktree snapshots.

Functions§

create_ghost_commit
Create a ghost commit capturing the current state of the repository’s working tree.
create_symlink
restore_ghost_commit
Restore the working tree to match the provided ghost commit.
restore_to_commit
Restore the working tree to match the given commit ID.