Versions in this module Expand all Collapse all v0 v0.6.0 Jan 16, 2026 Changes in this version + type BranchStats struct + BaseBranch string + BranchChanges Stats + Commits CommitHistory + CompareMode string + CurrentBranch string + func ComputeBranchStats(baseBranch string, compareRemote bool) (*BranchStats, error) + type CommitHistory struct + Commits []CommitInfo + DisplayLimit int + TotalCommits int + type CommitInfo struct + Additions int + Author string + DateStr string + Deletions int + Hash string + Message string + type Stats struct + FileStats []git.FileStat + MaxChanges int + TotalAdditions int + TotalDeletions int + TotalFiles int + func ComputeStats(files []git.FileStat) Stats