Versions in this module Expand all Collapse all v0 v0.2.0 Jul 26, 2025 v0.1.0 Jul 26, 2025 Changes in this version + const StatusTypeAdded + const StatusTypeCopied + const StatusTypeDeleted + const StatusTypeIgnored + const StatusTypeModified + const StatusTypeRenamed + const StatusTypeUnchanged + const StatusTypeUntracked + func GetGitPlan(plan string, localShuttleDirectoryPath string, uii *ui.UI, ...) (string, error) + func IsPlan(plan string) bool + func RunGitPlanCommand(command string, plan string, uii *ui.UI) + type FileStatus struct + FilePath string + IndexStatus StatusType + OriginalFilePath string + WorkTreeStatus StatusType + type Plan struct + Head string + Host string + IsGitPlan bool + Protocol string + Repository string + User string + func ParsePlan(plan string) Plan + type Status struct + type StatusType string