Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func CloneOrOpen ¶
func (*Repository) Clean ¶
func (r *Repository) Clean(wt *git.Worktree) error
func (*Repository) GetFileLog ¶
func (r *Repository) GetFileLog(filename string) ([]*Commit, error)
func (*Repository) HeadSHA ¶
func (r *Repository) HeadSHA() string
Click to show internal directories.
Click to hide internal directories.