Documentation
¶
Index ¶
- Constants
- Variables
- func GetPipeSets(commits []*models.Commit, getStyle func(c *models.Commit) *style.TextStyle) [][]Pipe
- func RenderAux(pipeSets [][]Pipe, commits []*models.Commit, selectedCommitHashPtr *string) []string
- func RenderCommitGraph(commits []*models.Commit, selectedCommitHashPtr *string, ...) []string
- type Cell
- type Pipe
- type PipeKind
Constants ¶
View Source
const ( MergeSymbol = '⏣' CommitSymbol = '◯' )
View Source
const ( CONNECTION cellType = iota COMMIT MERGE )
Variables ¶
View Source
var ( EmptyTreeCommitHash = models.EmptyTreeCommitHash StartCommitHash = "START" )
Functions ¶
func GetPipeSets ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.