commit | 92b3385fca620f47580d695b80b96432c76f0822 | [log] [tgz] |
---|---|---|
author | Johan Herland <johan@herland.net> | Sat Feb 13 22:28:25 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Feb 13 19:36:14 2010 -0800 |
tree | a82178402ddd241eaf1d37ab255a0d778535ceec | |
parent | a0b4dfa9b35a2ebac578ea5547b041bb78557238 [diff] |
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>