forgejo/routers/api/v1
qwerty287 a9ed1c5c7c
Add API to get file commit history (#17652)
Adds an API endpoint `api/v1/repos/{owner}/{repo}/git/history/{filepath}` to get the commits affecting the given file or directory.

Closes https://github.com/go-gitea/gitea/issues/16206 and closes https://github.com/go-gitea/gitea/issues/16703
2021-12-22 06:17:33 +00:00
..
admin Ensure complexity, minlength and ispwned are checked on password setting (#18005) 2021-12-17 10:03:39 +08:00
misc
notify Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
org
repo Add API to get file commit history (#17652) 2021-12-22 06:17:33 +00:00
settings
swagger
user Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
utils
api.go