Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + func CreateTag(dir, tag string) error + func FindForkPoint(repo *git.Repository, branchRef, upstreamRef *plumbing.Reference) (*plumbing.Hash, error) + func GetGitAuth(gitURL string) (*gitHttp.BasicAuth, error) + func GetGitAuthorSignature() *object.Signature + func GetVersionFromTag(dir string, index int) (*version.Version, error) + func PushTag(dir, tagName string) error + func SetGitSignOptions(repoPath string) error + func TempClone(gitURL, hash string, useAuth bool) (repoDir string, err error) + type URL struct + Host string + Name string + Organisation string + RawURL string + Scheme string + func GetRemoteURL(repo *git.Repository) (*URL, error) + func GetRemoteURLFromDir(dir string) (*URL, error) + func ParseGitURL(rawURL string) (*URL, error)