Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotFoundError ¶ added in v0.1.3
func NotFoundError() error
Types ¶
type Branch ¶
type Commit ¶ added in v0.2.0
func NewHeadCommit ¶ added in v0.2.0
func NewHeadCommit(r *git.Repository) (Commit, error)
type Repository ¶
type Repository struct {
Users []User
Branch Branch
Remote Remote
HeadCommit Commit
// contains filtered or unexported fields
}
func New ¶
func New() (*Repository, error)
Click to show internal directories.
Click to hide internal directories.