Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCommit ¶
type GitView ¶
type GitView struct {
// contains filtered or unexported fields
}
GitView A read-only view of a git repository.
func (*GitView) BranchName ¶
BranchName returns the current branch name on a repository, or an error if the repo head is not on a branch
func (*GitView) ChangeLog ¶
func (gv *GitView) ChangeLog(currentCommit, previousCommit string) ([]*ArtifactCommit, error)
func (*GitView) CommitsBetween ¶
func (gv *GitView) CommitsBetween(oldest, newest string) ([]*ArtifactCommit, error)
CommitsBetween list all commits that have happened between two commits in a git repo
Click to show internal directories.
Click to hide internal directories.