gitea/services
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
..
agit
asymkey Add missing `X-Total-Count` and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
attachment Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
auth Reset Session ID on login (#18018) 2021-12-20 22:12:26 +08:00
comments
cron Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
externalaccount Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
forms Abort merge if head has been updated before pressing merge (#18032) 2021-12-20 08:32:54 +08:00
gitdiff Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
issue Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
lfs
mailer Add List-Unsubscribe header (#17804) 2021-12-21 22:53:03 +00:00
migrations Do not read or write git reference files directly (#18079) 2021-12-23 21:44:00 +08:00
mirror Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
org
pull Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
release Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
repository Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
task Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
user
webhook Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
wiki Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00