]> git.ipfire.org Git - thirdparty/git.git/commit
mktag: use puts(str) instead of printf("%s\n", str)
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 5 Jan 2021 19:42:45 +0000 (20:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Jan 2021 22:58:29 +0000 (14:58 -0800)
commit40ef015a2711ef603ab712e0a6882e24e980ef6d
treec736b188799f731ee2370a0d95d7cc807f571ec1
parentdfe39487284af223737c58dd830261c2995f4fba
mktag: use puts(str) instead of printf("%s\n", str)

This introduces no functional change, but refactors the print-out of
the hash at the end to do the same thing with less code.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mktag.c