Browse Source
packet_flush() would die in case of a write error even though for some callers an error would be acceptable. Add packet_flush_gently() which writes a pkt-line flush packet like packet_flush() 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>maint
Lars Schneider
8 years ago
committed by
Junio C Hamano
2 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue