Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the commit select view for picking a target commit.
type OpenCommitSelectMsg ¶
OpenCommitSelectMsg triggers opening the commit select view at the app level.
type SelectedMsg ¶
type SelectedMsg struct {
Hash string // abbreviated commit hash (backward compat)
FullHash string // full 40-char commit hash (backward compat)
Subject string // commit subject line (backward compat)
Hashes []string // all selected full hashes (for multi-select)
Subjects []string // all selected subjects (for multi-select)
}
SelectedMsg is sent when the user selects a commit.
Click to show internal directories.
Click to hide internal directories.