1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 17:05:16 +01:00
gitea/routers
6543 d21702475b
Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)
* make sure headGitRepo is closed on err too

* refactor

* Fix git.Blob.DataAsync(): exec cancel since we already read all bytes (close pipe since we return a NopCloser)
2021-08-31 08:43:31 +01:00
..
api/v1 [API] List limited and private orgs if authentificated (#16866) 2021-08-30 14:00:59 -04:00
common
install
private Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
utils
web Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) 2021-08-31 08:43:31 +01:00
init.go