Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RepoNotEmptyPullText string = "location [%s] is not empty; trying to pull\n" RepoNotEmptyNotGit string = "location [%s] is not empty and not a git repository" RepoValidRetrieve string = "location [%s] is a valid repository; trying to retrieve remotes\n" TargetNotEmpty string = "location [%s] is not empty and cannot retrieve remote" HasRemoteFindURL string = "location [%s] has remotes; trying to find URL [%s] in remotes\n" HasRemoteRetrieveWorkingTree string = "location [%s] has remote with URL [%s]; trying retrieve working tree\n" TargetNotEmptyWorkingTree string = "location [%s] is not empty and cannot retrieve worktree" HasWorkingTreePull string = "location [%s] has working tree; trying to pull\n" AlreadyUpToDate string = "location [%s] is already up-to-date\n" TargetNotEmptyCannotPull string = "location [%s] is not empty and cannot pull: %s" SuccessfulPull string = "successfully pulled latest from [%s] in location [%s]; updated to latest version\n" TargetNotEmptyNotRepo string = "location [%s] is not empty and not the repository [%s]" // init logs CWD string = "current working directory is [%s]" EnsureHooksDirExists string = "ensure hooks dir [%s] exists" EnsureFileExists string = "ensure %s [%s] exists" CreatedFile string = "created %s at [%s] with permission [%s]" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.