Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusTypeUnchanged = "Unchanged" StatusTypeModified = "Modified" StatusTypeAdded = "Added" StatusTypeDeleted = "Deleted" StatusTypeRenamed = "Renamed" StatusTypeCopied = "Copied" StatusTypeUntracked = "Untracked" StatusTypeIgnored = "Ignored" )
Variables ¶
This section is empty.
Functions ¶
func GetGitPlan ¶
func GetGitPlan( plan string, localShuttleDirectoryPath string, uii *ui.UI, skipGitPlanPulling bool, planArgument string, ) (string, error)
GetGitPlan will pull git repository and return its path
Types ¶
type FileStatus ¶
type FileStatus struct { FilePath string OriginalFilePath string WorkTreeStatus StatusType IndexStatus StatusType }
type Plan ¶ added in v0.13.0
type StatusType ¶
type StatusType string
Click to show internal directories.
Click to hide internal directories.