go-git icon indicating copy to clipboard operation
go-git copied to clipboard

Project has been moved to: https://github.com/go-git/go-git

Results 101 go-git issues
Sort by recently updated
recently updated
newest added

**Go Version**: `go version go1.8 darwin/amd64` **go-git Version**: fresh install with `go get gopkg.in/src-d/go-git.v4/...` First off, thank you for this project! I was very excited when I saw an alternative...

enhancement
documentation

Signed-off-by: lxjhk #### Issue Addressed Git blame takes a long time to run. A natural optimization is to run git blame on multiple files concurrently. However, the existing implementation for...

Calling `Fetch` on a remote that has a changed / overwritten commit will cause a `object not found` error. Reproduction steps: ``` git clone --depth 1 --no-single-branch --no-checkout https://github.com/python-hyper/wsproto /tmp/local-repo...

It is possible to set multiple `remote.origin.pushurl` settings in Git. I don't see a way to get it from this library. Related to #1266 in that `pushInsteadOf` should also be...

It seems that there's no way to get the post-`insteadOf` expansion of a Git URL. Maybe I'm just not reading the docs right (not a Go programmer; just tracking down...

I want to update all local branches in a bare repository. My usecase is to have a git-cache between the user and the remote repository. When the user issues a...

Hi guys, Hope you are all well ! I would like to read symlinked content like from the example above while cloning a repository. But, I read only the relative...

I looked through all the examples but couldn't find the way to get the hash of a branch, and then use Tree.Diff to get the diff of two branches. What...

**Good morning!** I'm having problems authenticating against my companys gerrit server. ## What I have tried 1. Issue `eval "$(ssh-agent)" && ssh-add` in my terminal running the experiment. This seems...

Specifically, this change https://github.com/src-d/go-git/commit/8f6b3127c1ff7661113fff2662416c328971a285#diff-8dd110426eb72706e38f9798b9a95230R37, which removed the error return from these functions, merged with https://github.com/src-d/go-git/pull/949. This is a real problem, https://github.com/mitchellh/golicense depends on https://gopkg.in/src-d/go-license-detector.v2 which uses `gopkg.in/src-d/go-git.v4 v4.1.0`, which is...