Add "Conflicted" git.Delta and git.Status.
This commit is contained in:
parent
836b6c56be
commit
1e8b7ef380
1
diff.go
1
diff.go
|
@ -34,6 +34,7 @@ const (
|
|||
DeltaIgnored Delta = C.GIT_DELTA_IGNORED
|
||||
DeltaUntracked Delta = C.GIT_DELTA_UNTRACKED
|
||||
DeltaTypeChange Delta = C.GIT_DELTA_TYPECHANGE
|
||||
DeltaConflicted Delta = C.GIT_DELTA_CONFLICTED
|
||||
)
|
||||
|
||||
type DiffLineType int
|
||||
|
|
Loading…
Reference in New Issue