File: use-another-gcfg.patch

package info (click to toggle)
golang-github-go-git-go-git 5.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,072 kB
  • sloc: sh: 61; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Replace with already packaged version

--- a/plumbing/format/config/decoder.go
+++ b/plumbing/format/config/decoder.go
@@ -3,7 +3,7 @@
 import (
 	"io"
 
-	"github.com/go-git/gcfg"
+	"github.com/src-d/gcfg"
 )
 
 // A Decoder reads and decodes config files from an input stream.