Documentation
¶
Overview ¶
Package git implements the git interaction for effdump.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionSystem ¶
type VersionSystem struct{}
VersionSystem implements git version lookup via parsing `git` CLI tool's output. It uses the first ~7 characters of the full commit ID for the version strings.
func (*VersionSystem) HasChanges ¶
func (*VersionSystem) HasChanges(context.Context) (bool, error)
HasChanges returns whether working dir has changes or not.
Click to show internal directories.
Click to hide internal directories.