vendor: replace go-git package

This commit is contained in:
Máximo Cuadros 2020-03-27 08:00:01 +01:00 committed by Jesse Duffield
parent 320e2a6536
commit 6a5d8ba859
353 changed files with 15631 additions and 90664 deletions

View file

@ -0,0 +1,17 @@
// Code generated by "stringer -type=Operation -trimprefix=Diff"; DO NOT EDIT.
package diffmatchpatch
import "fmt"
const _Operation_name = "DeleteEqualInsert"
var _Operation_index = [...]uint8{0, 6, 11, 17}
func (i Operation) String() string {
i -= -1
if i < 0 || i >= Operation(len(_Operation_index)-1) {
return fmt.Sprintf("Operation(%d)", i+-1)
}
return _Operation_name[_Operation_index[i]:_Operation_index[i+1]]
}