text

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL