]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3301-notes.sh
t3301: verify that 'git notes' removes empty notes by default
authorJohan Herland <johan@herland.net>
Sun, 9 Nov 2014 12:30:48 +0000 (13:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Nov 2014 20:08:21 +0000 (12:08 -0800)
commitd0923b6d4c01e3c5b86d56b1741292eda7c181fe
treec278d108cc26a49fbbc57ee77b555b43afb439c3
parent511726e4b191ad76e7b4875d8f2361b05d5cfb39
t3301: verify that 'git notes' removes empty notes by default

Add test cases documenting the current behavior when trying to
add/append/edit empty notes. This is in preparation for adding
--allow-empty; to allow empty notes to be stored.

Improved-by: Eric Sunshine <sunshine@sunshineco.com>
Improved-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3301-notes.sh