Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AheadBehind ¶
Types ¶
type RepoState ¶
func CurrentRef ¶
func CurrentRef() RepoState
type StatusCode ¶
type StatusCode byte
const ( Unmodified StatusCode = ' ' Untracked StatusCode = '?' Modified StatusCode = 'M' Added StatusCode = 'A' Deleted StatusCode = 'D' Renamed StatusCode = 'R' Copied StatusCode = 'C' UpdatedButUnmerged StatusCode = 'U' )
Click to show internal directories.
Click to hide internal directories.