Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RebaseMode ¶
type RebaseMode int
const ( // this means we're neither rebasing nor merging REBASE_MODE_NONE RebaseMode = iota // this means normal rebase as opposed to interactive rebase REBASE_MODE_NORMAL REBASE_MODE_INTERACTIVE // REBASE_MODE_REBASING is a general state that captures both REBASE_MODE_NORMAL and REBASE_MODE_INTERACTIVE REBASE_MODE_REBASING REBASE_MODE_MERGING )
Click to show internal directories.
Click to hide internal directories.