Documentation
¶
Overview ¶
Package vcs stores helper for getting vcs information
Index ¶
Constants ¶
View Source
const ( // don't have status or don't care status. StatusNone = -1 StatusClean = 0 StatusUntrack = 1 StatusUnstage = 1 << 1 StatusUncommit = 1 << 2 )
Variables ¶
This section is empty.
Functions ¶
func RegisterVCS ¶
func RegisterVCS(v VCS)
Types ¶
Click to show internal directories.
Click to hide internal directories.