]> git.ipfire.org Git - thirdparty/git.git/commit - pkt-line.c
pkt-line: add packet_write_fmt_gently()
authorLars Schneider <larsxschneider@gmail.com>
Sun, 16 Oct 2016 23:20:31 +0000 (16:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2016 18:36:50 +0000 (11:36 -0700)
commit70428d1a5209f8c9996e9a4e0cc2f7aa0f83f3e8
treea742670ea3a3f2981d97b08709307e3a2a4a06df
parent2f60bdd1a83f14ceee75da309974b0401fa5b019
pkt-line: add packet_write_fmt_gently()

packet_write_fmt() would die in case of a write error even though for
some callers an error would be acceptable. Add packet_write_fmt_gently()
which writes a formatted pkt-line like packet_write_fmt() but does not
die in case of an error. The function is used in a subsequent patch.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pkt-line.c
pkt-line.h