Enum Mappings #320
|
@ -13,6 +13,7 @@ import (
|
||||||
type BranchType uint
|
type BranchType uint
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
BranchAll BranchType = C.GIT_BRANCH_ALL
|
||||||
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
|
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
|
||||||
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
|
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
|
||||||
)
|
)
|
||||||
|
|
|
@ -25,6 +25,7 @@ const (
|
||||||
StatusWtTypeChange Status = C.GIT_STATUS_WT_TYPECHANGE
|
StatusWtTypeChange Status = C.GIT_STATUS_WT_TYPECHANGE
|
||||||
StatusWtRenamed Status = C.GIT_STATUS_WT_RENAMED
|
StatusWtRenamed Status = C.GIT_STATUS_WT_RENAMED
|
||||||
StatusIgnored Status = C.GIT_STATUS_IGNORED
|
StatusIgnored Status = C.GIT_STATUS_IGNORED
|
||||||
|
StatusConflicted Status = C.GIT_STATUS_CONFLICTED
|
||||||
)
|
)
|
||||||
|
|
||||||
type StatusEntry struct {
|
type StatusEntry struct {
|
||||||
|
|
Loading…
Reference in New Issue