notes: empty notes should be shown by 'git log'
commit8a4acd699536c518c9245714d6175aa39d13eb9d
authorJohan Herland <johan@herland.net>
Wed, 12 Nov 2014 00:40:15 +0000 (12 01:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2014 19:00:22 +0000 (12 11:00 -0800)
tree55e1e9ccda6bd4a3116f8cc9e1cbf93c78a28812
parentd73a5b933db1e722faa54d6709e89e2450d7c1e3
notes: empty notes should be shown by 'git log'

If the user has gone through the trouble of explicitly adding an empty
note, then "git log" should not silently skip it (as if it didn't exist).

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