-
When I executed `UploadPack()` and got an 8G packfile, `dotgit.(*PackWriter).buildIndex` took 30 hours to generate the corresponding `.idx` , most of the cpu time was spent in `packfile.(*Parser).re…
-
Hi,
I get the `Error: object not found` when I try to git pull from a tag:
```
err = w.Pull(&git.PullOptions{
RemoteName: "origin",
ReferenceName: plumbing.ReferenceName("/refs/tags/my…
-
# Expected Behavior
Writing a pipeline does not add a lot of overhead to the single Tasks
# Actual Behavior
Today writing a pipeline that includes many parameters and resources results in a rathe…
-
I discovered that go-git uses a local git binary when interacting with repositories on the local file system: https://github.com/go-git/go-git/blob/master/plumbing/transport/file/client.go#L19
Is the…
petar updated
12 months ago
-
I am using the following snippet to get Remote of a public repo:
```go
remote := git.NewRemote(memory.NewStorage(), &config.RemoteConfig{
Name: "origin",
URLs: []string{repo.Url},
})
refL…
-
### Checklist
- [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
- [X] This is…
-
Use git as a backend to provide storage and versioning in SEEK.
This would allows assets to have multiple files, spanning multiple versions in a space efficient way.
Project: https://github.com/…
-
**Describe the bug:**
When trying to access a site that uses Cloudflare Verification, the "Verifying you are a human" process causes a panic stemming from here https://github.com/servo/servo/blob/mai…
-
I had this experience with `grunt rc` on 10/25/24 and `grunt production` on 10/28/24. The tasks do not exit, and must be manually interrupted (Ctrl-C).
-
Running `is_dirty()` on my repo takes 5 minutes because it's a large repo, has text conversion enabled for diffs, and `is_dirty()` is outputting a full diff. `is_dirty()` should be a relatively simple…