Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2018 Changes in this version + func CompareBranch(repo *git.Repository, baseBranch string, branch string, directory string) ([]*object.Commit, []*object.Commit, error) + func FormatMessage(c *object.Commit, firstLinePrefix string, nextLinesPrefix string, ...) string + func LoadOrClone(repoURL string, directory string, remoteName string, skipFetch bool) (*git.Repository, error) + type DiffCommitBranch struct + Ahead []*object.Commit + BaseBranch string + Behind []*object.Commit + Branch string