Versions in this module Expand all Collapse all v1 v1.1.0 Oct 3, 2024 v1.0.0 Oct 3, 2024 Changes in this version + func CountChanges(status git.Status) (int, int, int, int) + func GetBranchName(repo *git.Repository) (string, error) + func GetRepoName(repoPath string) (string, error) + func GetRepoOwnerAndName(repo *git.Repository) (string, string, error) + func IsGitRepository(path string) bool + func ShowSpinner(repoName string, done chan bool) + func SshAuth() (*ssh.PublicKeys, error)