Documentation
¶
Overview ¶
Package commit provides the TUI for creating commits.
Package commit provides the TUI for creating commits.
Package commit provides the TUI for creating commits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Cancelled bool
Err error
Message git.CommitMessage
LuckySkipped bool // true if lucky commit was skipped (Ctrl+C)
LuckyFailed error // error if lucky commit failed
Hash string // final commit hash (may be lucky hash)
}
Result represents the result of the commit flow.
Click to show internal directories.
Click to hide internal directories.