-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
good first issueLikely to be an easy fixLikely to be an easy fixmodifies/apiThis PR adds API routes or modifies themThis PR adds API routes or modifies themtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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.
Metadata
Metadata
Assignees
Labels
good first issueLikely to be an easy fixLikely to be an easy fixmodifies/apiThis PR adds API routes or modifies themThis PR adds API routes or modifies themtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.