girt-core 2.3.0

Core modules for git-interactive-rebase-tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub(crate) enum State {
	ConfirmAbort,
	ConfirmRebase,
	Error,
	ExternalEditor,
	List,
	Insert,
	ShowCommit,
	WindowSizeError,
}