1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-07 11:26:21 +03:00

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

7
vendor/github.com/go-git/gcfg/go1_0.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
// +build !go1.2
package gcfg
type textUnmarshaler interface {
UnmarshalText(text []byte) error
}