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
.