Releases: navetacandra/git-http-backend
Releases · navetacandra/git-http-backend
v0.6.0
Changelog
- 1d297fb .
- f7ad6af Create go.yml
- 2d78ada Fix shallow clone (git clone --depth=1)
- 002b2ee Go mod
- b6a917b Merge pull request asim#1 from tsl0922/patch-1
- 9ca521d Merge pull request asim#12 from josegonzalez/customize-command
- c60c671 Merge pull request asim#14 from Th1nkMore/bugfix
- c74c5ff Merge pull request asim#17 from navetacandra/auth_feature
- 276e538 Merge pull request asim#3 from fcharlie/master
- 2837b10 Merge pull request asim#5 from fcharlie/master
- 8b4d2dc Merge pull request asim#6 from dokku/master
- e6424ef Merge pull request asim#7 from dokku/respect-daemon-env
- 3e58fe3 Prototype
- c3786ee Refactor out to server package
- da3f696 Rename git-http-backend.go to main.go
- 32c5a37 Replace ioutil.ReadAll to io.Copy,ioutil.ReadAll may cause too much memory consumption
- 4b718d4 Update .goreleaser.yaml
- 523c605 Update README.md
- 4caa9e7 Update README.md
- 5a58016 Use chunked encoding in push response
- 91d7818 add goreleaser
- b7854de feat: add ability to customize the executed git command
- cc9a4df feat: add dokku-specific env vars
- ff64503 feat: authentication with auth data stored in file
- 941abe8 feat: implement basic authentication at info refs
- 02ee3e4 fix: change os.ReadFile to ioutil.ReadFile for go1.20
- 31ee7a7 fix: fix always asking for authentication
- 4efb83b fix: respect the env in which the daemon is executed
- 56425e7 gofmt
- 88e866b gofmt
- 5f54a8f refactor: make environment setting more generic
- 3f34496 remove comments
- 78cb933 small bug fixed
- c6cb097 support wire protocol
- 913441e update for 2018
- 5c0ab90 update go version
- a5df8ad update readme
- d1adc30 use address
- af821b3 use mixedCaps rather than underscores for function names