https://github.com/zaubernerd/go-git-external-ref-thinpack
https://github.com/zaubernerd/go-git-external-ref-thinpack
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaubernerd/go-git-external-ref-thinpack
- Owner: ZauberNerd
- Created: 2022-03-15T10:30:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T10:44:59.000Z (about 3 years ago)
- Last Synced: 2025-01-04T09:09:01.033Z (5 months ago)
- Language: Go
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Git reproducer
This repository reproduces a bug in go-git that fails when parsing a packfile
with external ref-delta:```shell
$ go run main.go
panic: reference delta not foundgoroutine 1 [running]:
main.main()
/home/ubuntu/external-ref-thinpack/main.go:25 +0x159
exit status 2
```The packfile is taken from an internal clone of https://github.com/gradle/wrapper-validation-action on GHES.