Documentation ¶ Index ¶ func GetCommits(params LogParams) ([]string, error) func GetEmail(dir string) (string, error) func GetRemote(dir, targetRemote string) (string, error) func IsGitRepo(dir string) (bool, error) type LogParams func GetLogParams(dir, targetRemote, since string) (LogParams, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCommits ¶ func GetCommits(params LogParams) ([]string, error) func GetEmail ¶ func GetEmail(dir string) (string, error) func GetRemote ¶ func GetRemote(dir, targetRemote string) (string, error) func IsGitRepo ¶ func IsGitRepo(dir string) (bool, error) Types ¶ type LogParams ¶ type LogParams struct { Dir string Since string Email string CommitLink string } func GetLogParams ¶ func GetLogParams(dir, targetRemote, since string) (LogParams, error) Source Files ¶ View all Source files commits.go params.go utils.go Click to show internal directories. Click to hide internal directories.