You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
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>
3 years ago
..
api/v1 Add API to get file commit history (#17652) 3 years ago
common Update chi/middleware to chi/v5/middleware (#17888) 3 years ago
install Refactor HTTP request context (#17979) 3 years ago
private Refactor HTTP request context (#17979) 3 years ago
utils A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
web Do not read or write git reference files directly (#18079) 3 years ago
init.go Move keys to models/asymkey (#17917) 3 years ago