How does 'git notes --ref' work? If I try 'git notes --ref refs/meta/reject-commits add -m "reject" HEAD' then the note is added to 'refs/notes/refs/meta/reject-commits' and not as expected to 'refs/meta/reject-commits'. The description of the --ref option says [1]: "The ref is taken to be in refs/notes/ if it is not qualified." What is a qualified ref? Thanks, Edwin [1] http://www.kernel.org/pub/software/scm/git/docs/git-notes.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html