How can I dump a log of my commits showing only the ones with notes of a given namespace?
Commits without notes, or notes not belonging to a given namespace should be filtered out
In the text dump I do not want just the note, also the commit info.
I have played with: git show refs/notes/<namespace>
and I believe the solution might be there rather than with "git log". However I am still having some problems to find the right command showing also all commits.
git notes list
? – Margalit