Versions in this module Expand all Collapse all v0 v0.6.5 May 4, 2026 Changes in this version + type BranchInfo struct + BranchType string + CommitsAhead int + HasRemote bool + Name string + ShortName string + type MergeState struct + ConflictedFiles []string + InMerge bool + MergeHead string + OperationType string + OperationVersion string + func DetectMergeState(cfg config.FlowConfig) MergeState + type RepoState struct + Bugfixes []BranchInfo + Current string + DefaultRemoteBranch string + DevelopAheadOfMain int + DevelopOnlyFiles []string + Dirty bool + Features []BranchInfo + GitFlowInitialized bool + HasDefaultRemote bool + HasDevelop bool + HasMain bool + Hotfixes []BranchInfo + LastTag string + MainAheadOfDevelop int + MainOnlyFiles []string + Merge MergeState + ProjectRoot string + Releases []BranchInfo + Remotes []string + UncommittedCount int + Version string + func DetectState(cfg config.FlowConfig) RepoState