]> git.ipfire.org Git - thirdparty/git.git/commit - notes.h
notes: Don't create (empty) commit when removing non-existing notes
authorJohan Herland <johan@herland.net>
Tue, 31 Aug 2010 15:56:50 +0000 (17:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Aug 2010 18:07:34 +0000 (11:07 -0700)
commit1ee1e43df37e53b0bc50a0eda57dd1772dc220f5
treed344ffe752def8ca44923bdd5b1096a82231548f
parentd8a94803842989582989fd5f5c3062c49134ad5b
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>
builtin/notes.c
notes.c
notes.h
t/t3301-notes.sh