]> git.ipfire.org Git - thirdparty/git.git/commit
test-ref-store: don't add newline to reflog message
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 2 Dec 2021 17:36:30 +0000 (17:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Dec 2021 19:14:07 +0000 (11:14 -0800)
commit21f0e8506119dc18c0b2396b5854d850cba7b00d
treee29ea3579d3e28c0e4c97b6ce696de032daf19bf
parentf2463490c4ee3beded70bf69e49fb23552796ddc
test-ref-store: don't add newline to reflog message

By convention, reflog messages always end in '\n', so
before we would print blank lines between entries.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-ref-store.c
t/t1405-main-ref-store.sh
t/t1406-submodule-ref-store.sh