Documentation ¶
Index ¶
- Constants
- func ContainsCommitSha(pipes []*Pipe, sha string) bool
- func GetPipeSets(commits []*models.Commit, getStyle func(c *models.Commit) style.TextStyle) [][]*Pipe
- func RenderAux(pipeSets [][]*Pipe, commits []*models.Commit, selectedCommitSha string) []string
- func RenderCommitGraph(commits []*models.Commit, selectedCommitSha 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 ContainsCommitSha ¶
func GetPipeSets ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.