0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-06 07:44:45 +01:00
gitea/routers/web
zeripath ffc08c1914
Do not read or write git reference files directly (#18079)
Git will and can pack references into packfiles and therefore if you write/read the
files directly you will get false results. Instead you should use update-ref and
show-ref. To that end I have created three new functions in git/repo_commit.go that
will do this correctly.

Related #17191

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-23 21:44:00 +08:00
..
admin
dev
events
explore
feed
org
repo Do not read or write git reference files directly (#18079) 2021-12-23 21:44:00 +08:00
user Move POST /{username}/action/{action} to simply POST /{username} (#18045) 2021-12-20 17:18:26 +00:00
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add NotFound handler (#18062) 2021-12-22 10:39:28 +00:00