Documentation
¶
Index ¶
- func AssociatedProjects(match string) (associated []string)
- func Dir() (string, error)
- func GetConfig(key string) (string, error)
- func HasBranchNamed(dir, name string) (match bool)
- func ModifiedFiles(base string) ([]string, error)
- func ModifiedMatching(base string, matcher fileMatcher) ([]string, error)
- func ModifiedRailsFiles(base string) ([]string, error)
- func ModifiedSpecFiles(base string) ([]string, error)
- func ParseRemote(rawURL string) (u *url.URL, err error)
- func SetConfig(key, value string) (string, error)
- func UnsetConfig(key string) (string, error)
- type Branch
- type GithubProject
- type Remote
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssociatedProjects ¶
func HasBranchNamed ¶
func ModifiedFiles ¶ added in v1.2.0
func ModifiedMatching ¶ added in v1.2.0
func ModifiedRailsFiles ¶ added in v1.2.0
func ModifiedSpecFiles ¶ added in v1.2.0
func UnsetConfig ¶ added in v1.1.0
Types ¶
type Branch ¶
type Branch struct {
Name string
}
func BranchAtRef ¶
func BranchList ¶
func CurrentBranch ¶
func DefaultBranch ¶
type GithubProject ¶
Click to show internal directories.
Click to hide internal directories.