author | Johan Herland <johan@herland.net> | |
Sat, 13 Feb 2010 21:28:25 +0000 (22:28 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 14 Feb 2010 03:36:14 +0000 (19:36 -0800) | ||
commit | 92b3385fca620f47580d695b80b96432c76f0822 | |
tree | a82178402ddd241eaf1d37ab255a0d778535ceec | tree | snapshot |
parent | a0b4dfa9b35a2ebac578ea5547b041bb78557238 | commit | 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>
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 | diff | blob | history | |
builtin-notes.c | diff | blob | history | |
t/t3301-notes.sh | diff | blob | history |