I am trying to realize a use-case using git.
Use Case : It should be possible to add metadata (like Attributes) to git artifacts.
We plan to have a git repo for each component, so applying a note for each commit object could realize this requirement.
Now, it is also required that we have metadata for files within a component (git repo in this case). For this i tried to attach a note to a blob which was part of a commit.
It accepts the note and even I am able to push the notes to central repo.
Is this a safe and reliable usage of git notes for this use-case?