Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePreview ¶
GeneratePreview generates a lightweight preview of the branch
Types ¶
type Branch ¶
type Branch struct {
Name string
IsCurrent bool
IsRemote bool
LastCommit string
LastCommitMessage string
CommitDate string
CommitTimestamp int64 // Unix timestamp for recency scoring
}
Branch represents a git branch
func CollectBranches ¶
func CollectBranches() []Branch
CollectBranches collects all git branches (local and remote) Lightweight version: does not fetch commit objects for performance
Click to show internal directories.
Click to hide internal directories.