author | Johan Herland <johan@herland.net> | |
Tue, 31 Aug 2010 15:56:50 +0000 (17:56 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 Aug 2010 18:07:34 +0000 (11:07 -0700) | ||
commit | 1ee1e43df37e53b0bc50a0eda57dd1772dc220f5 | |
tree | d344ffe752def8ca44923bdd5b1096a82231548f | tree | snapshot |
parent | d8a94803842989582989fd5f5c3062c49134ad5b | commit | diff |
notes: Don't create (empty) commit when removing non-existing notes
Extend remove_note() in the notes API to return whether or not a note was
actually removed. Use this in 'git notes remove' to skip the creation of
a notes commit when no notes were actually removed.
Also add a test illustrating the change in behavior.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Extend remove_note() in the notes API to return whether or not a note was
actually removed. Use this in 'git notes remove' to skip the creation of
a notes commit when no notes were actually removed.
Also add a test illustrating the change in behavior.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/notes.c | diff | blob | history | |
notes.c | diff | blob | history | |
notes.h | diff | blob | history | |
t/t3301-notes.sh | diff | blob | history |