Documentation ¶
Index ¶
- Constants
- func ContainsCommitHash(pipes []*Pipe, hash string) bool
- func GetPipeSets(commits []*models.Commit, getStyle func(c *models.Commit) style.TextStyle) [][]*Pipe
- func RenderAux(pipeSets [][]*Pipe, commits []*models.Commit, selectedCommitHash string) []string
- func RenderCommitGraph(commits []*models.Commit, selectedCommitHash string, ...) []string
- type Cell
- type Pipe
- type PipeKind
Constants ¶
View Source
const ( MergeSymbol = '⏣' CommitSymbol = '◯' )
View Source
const ( CONNECTION cellType = iota COMMIT MERGE )
Variables ¶
This section is empty.
Functions ¶
func ContainsCommitHash ¶ added in v0.42.0
func GetPipeSets ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.