builtin-notes: Add "remove" subcommand for removing existing notes
commit92b3385fca620f47580d695b80b96432c76f0822
authorJohan Herland <johan@herland.net>
Sat, 13 Feb 2010 21:28:25 +0000 (13 22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Feb 2010 03:36:14 +0000 (13 19:36 -0800)
treea82178402ddd241eaf1d37ab255a0d778535ceec
parenta0b4dfa9b35a2ebac578ea5547b041bb78557238
builtin-notes: Add "remove" subcommand for removing existing notes

Using "git notes remove" is equivalent to specifying an empty note message.

The patch includes tests verifying correct behaviour of the new subcommand.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt
builtin-notes.c
t/t3301-notes.sh