mirror of
https://github.com/go-gitea/gitea
synced 2025-01-10 17:54:27 +00:00
a9ed1c5c7c
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