Hi, I was playing around with 'git notes' these days (after reading S.Chacons post to this list and hist blog post at progit.org). Some things came to my mind when doing some 'git notes add' and 'git notes remove': How do I really get rid of git notes ? 'git notes remove' doesn't really remove the notes but creates a new commit (like 'git rm file ; git commit..' does). And why does 'git remove' do that repetetively (is that even a word...?), i.e. 'git add -m"Note" ; git remove; git remove; git remove; git remove' creates 5 commit objects under 'refs/notes/commits' Is that the intended behaviour ? I'm a little bit puzzled.... Regards, Stefan -- ---------------------------------------------------------------- /dev/random says: It's not the principle of the thing, it's the money -- 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