Is it possible to use any git hooks with git notes?
In other words, are any git hooks triggered by a git notes add -m "Some note"?
I have tried a few hooks (update, post-commit) but so far none seem to be triggered on a git notes add.
post-rewritehook and only in the context of notes copying during commands that rewrite commits (git commit --amend,git rebase).