Skip to content

Commit 3649e47

Browse files
committed
fix: support core.untrackedCache in git
Switches go-git to master for now until a new release is cut. Related to: nix-community/infra#1266 Fixes #293 Signed-off-by: Brian McGee <[email protected]>
1 parent 24114f5 commit 3649e47

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/alecthomas/kong v0.9.0
99
github.com/charmbracelet/log v0.4.0
1010
github.com/go-git/go-billy/v5 v5.5.0
11-
github.com/go-git/go-git/v5 v5.12.0
11+
github.com/go-git/go-git/v5 v5.12.1-0.20240409060936-cd6633c3c665
1212
github.com/gobwas/glob v0.2.3
1313
github.com/otiai10/copy v1.14.0
1414
github.com/stretchr/testify v1.9.0

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMj
4848
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
4949
github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=
5050
github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY=
51+
github.com/go-git/go-git/v5 v5.12.1-0.20240409060936-cd6633c3c665 h1:+M6D6MplKwRqmw8b41MArUGFsGTnl24+/S40I0yrhKs=
52+
github.com/go-git/go-git/v5 v5.12.1-0.20240409060936-cd6633c3c665/go.mod h1:QZbSbsaXQD7v0yvddAhVE2UfW5wGmeqHQ0UnOSr6JYQ=
53+
github.com/go-git/go-git/v5 v5.12.1-0.20240516215126-9cc340a7fc5c h1:Pyuh3Y6kb/+k7yl5nLN6pcQ+7isiJ1PnBj3QSUH1hbQ=
54+
github.com/go-git/go-git/v5 v5.12.1-0.20240516215126-9cc340a7fc5c/go.mod h1:Tzg+feu/PVazFrRFtWHxfvErT+p+Zo3Yg0nzEhJdxW4=
5155
github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=
5256
github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
5357
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=

gomod2nix.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ schema = 3
4747
version = "v5.5.0"
4848
hash = "sha256-4XUoD2bOCMCdu83egb/y8kY/Fm0s1rWgPMtiahh38OQ="
4949
[mod."github.com/go-git/go-git/v5"]
50-
version = "v5.12.0"
51-
hash = "sha256-mD8EWOQ25FtKBWVSQhQ8V1Rr0tC/ySFZQ9GMDLRqwQU="
50+
version = "v5.12.1-0.20240409060936-cd6633c3c665"
51+
hash = "sha256-1H5UFWhUozwJYrOsoR1Hi53ffQRbYOukdVybI3BPmvU="
5252
[mod."github.com/go-logfmt/logfmt"]
5353
version = "v0.6.0"
5454
hash = "sha256-RtIG2qARd5sT10WQ7F3LR8YJhS8exs+KiuUiVf75bWg="

0 commit comments

Comments
 (0)