Re-exports§
pub use git2_impl::Git2Repo;
Modules§
Structs§
- Conflict
State - Enough state to resume or abort a conflicted rebase.
- Squash
Context - Extra state carried through a squash-time conflict so that the squash can be finalized after the user resolves the conflicting tree.
Enums§
- Rebase
Outcome - Result of a rebase operation that may encounter merge conflicts.
Traits§
- GitRepo
- Abstraction over git repository operations.