package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

GetCommitGraph return a list of commit (GraphItems) from all branches.
NewCommit creates a new commit from a provided line.
NewFlow creates a new flow.
NewGraph creates a basic graph.

# Variables

RelationCommit represents an empty relation commit.

# Structs

Commit represents a commit at co-ordinate X, Y with the data.
Flow represents a series of glyphs.
Glyph represents a co-ordinate and glyph.
Graph represents a collection of flows.
Parser represents a git graph parser.