Documentation
¶
Index ¶
Constants ¶
View Source
const Command = "git"
View Source
const DefaultAbbreviation = 7
View Source
const DefaultCommandTimeout = 15 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescribeOpts ¶
func (*DescribeOpts) Args ¶
func (o *DescribeOpts) Args() []string
type Git ¶
type Git interface {
Describe(opts *DescribeOpts) (string, error)
Log(query string, opts *LogOpts) ([]byte, error)
}
func NewWithCommanderFactory ¶
Click to show internal directories.
Click to hide internal directories.