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

A Smart Git Http server library in Go (golang)

Results 10 go-git-http issues
Sort by recently updated
recently updated
newest added

* serve on non-index url path * create bare git automatically

Curious why this repo has seen no love for ~2 years... Has it been replaced with something else? Considered feature complete?

We needed the ability to add custom resolver logic. Our resolvers also require information from the request such as the host from the request, and the resolve can be optimized...

This flag allows unknown repositories to be automatically created on push or pull

Hello, There is a bug with this library (or with the way I implemented it). When a clone is stopped (ctrl+z) during the `upload-pack` operation, the `upload-pack` command remains in...

So that a user has the chance to fill in a repository if it’s not on disk

Hi, This is just a suggestion. The file `auth/basicauth.go` contains `func parseAuthHeader(header string) (*BasicAuth, error)` to parse basic authentication header. This functionality is available a part of the Go standard...

Thanks for this awesome library! I wish it would get more attention and more stars because it is definitely helping us out a lot at Sourcegraph lately. I was hoping...

1. Add go.mod. 2. Change platform dependent path `"/usr/bin/git"` to `"git"` in New().