W dniu 30.07.2016 o 01:37, larsxschneider@gmail.com pisze:
From: Lars Schneider <redacted>
packet_flush() would die in case of a write error even though for some callers
an error would be acceptable. Add packet_flush_gentle() which writes a pkt-line
flush packet and returns `0` for success and `1` for failure.
I think it should be packet_flush_gently(), as in "to flush gently",
but this is only my opinion; I have not checked the naming rules and
practices for the rest of Git codebase.
Signed-off-by: Lars Schneider <redacted>
---