Versions in this module Expand all Collapse all v0 v0.2.9 Feb 19, 2026 v0.2.8 Feb 14, 2026 Changes in this version + type Branch struct + CommitDate string + CommitTimestamp int64 + IsCurrent bool + IsRemote bool + LastCommit string + LastCommitMessage string + Name string + func (b Branch) GeneratePreview(width, height int) string + type Repository struct + Path string + func NewRepository(path string) *Repository + func (r *Repository) Branches() ([]Branch, error) + func (r *Repository) IsRepo() bool