summaryrefslogtreecommitdiff
path: root/t/t3301-notes.sh
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2014-11-09 12:30:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-11-10 20:08:20 (GMT)
commit511726e4b191ad76e7b4875d8f2361b05d5cfb39 (patch)
treebd5f47f1d070d272af10814edc1813e59fcc5a52 /t/t3301-notes.sh
parent66edfe9ddc29102fa39edd37f9aecccbaca6a013 (diff)
downloadgit-511726e4b191ad76e7b4875d8f2361b05d5cfb39.zip
git-511726e4b191ad76e7b4875d8f2361b05d5cfb39.tar.gz
git-511726e4b191ad76e7b4875d8f2361b05d5cfb39.tar.bz2
builtin/notes: fix premature failure when trying to add the empty blob
This fixes a small buglet when trying to explicitly add the empty blob as a note object using the -c or -C option to git notes add/append. Instead of failing with a nonsensical error message indicating that the empty blob does not exist, we should rather behave as if an empty notes message was given (e.g. using -m "" or -F /dev/null). The next patch contains a test that verifies the fixed behavior. Found-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3301-notes.sh')
0 files changed, 0 insertions, 0 deletions