Closed
Description
Your api is quite powerful to access al kinds of information in a git repository. But there is no way to access git-notes.
https://git-scm.com/docs/git-notes
we use git-notes to annotate commits without changing the commit itself. git log shows them along with the commit messages and gitea shows them in the web ui. But the api access is missing.
it would be nice to have access to git-notes though the api.