go-git
go-git copied to clipboard
Project has been moved to: https://github.com/go-git/go-git
I am new to go and I am having trouble understanding what should I put in as command arguments in commit example. I tried with directory in local filesystem which...
We use go-git in our [K8s GitOps Deployment tool](http://github.com/argoproj/argo-cd) and users are reporting issues with Azure DevOps git repos. It appears that go-git does not work with Azure DevOps git...
I'm wondering there's any way to clone _from_ a repo stored in an in-memory filesystem? I have a use-case where I need to clone a repo from a filesystem into...
I was trying to add a 50MB file to an empty git repo. Turns out it takes over a minute using the library, and ~10s using command line git. The...
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/mytag"), }) ``` Any help appreciated.
### Overview When reviewing the contributing guidelines, I noticed the slack link which looked like a good place to ask a question. Unfortunately the invite link is no longer valid....
The implementation of `Remote.List()` lists does not preserve the reference order as found in the remote repo. To reproduce this behavior, try running https://github.com/src-d/go-git/blob/master/_examples/ls-remote/main.go against a repo several times and...
I am a newbie with golang, when I tried to write git related codes with go, I failed to clone repo with ssh url. The error is `ssh: handshake failed:...
Similar to #1101 , would it be possible to add support for the `git credential fill|approve|reject` helpers that are part of Git's porcelain commands? I'm not sure what would be...
In go-gitea/gitea#8330 we encountered a problem where go-git is returning a PackFileNotFoundError on a otherwise perfectly normal git repository (as described in the original issue, git is not reporting any...