Re: [PATCH v5 04/15] pkt-line: add packet_write_gently()
From: Junio C Hamano <hidden>
Date: 2016-08-10 18:21:57
Lars Schneider [off-list ref] writes:
quoted
On 10 Aug 2016, at 19:17, Junio C Hamano [off-list ref] wrote:OK. Does this mean I can leave the "packet_write()" to "packet_write_fmt()" rename as is in this series?
I didn't really check what order you are doing things to answer that. If the function that is introduced in this step is a version of packet_write_fmt() that does its thing only gently, you would want to do the rename s/packet_write/packet_write_fmt/ before this step, and then add the new function as packet_write_fmt_gently(), I would think.