Hi Junio, On Fri, 21 Oct 2016, Junio C Hamano wrote: > Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > > > This commit prepares for future callers that will have a pointer/length > > to some text to be written that lacks an LF, yet an LF is desired. > > Instead of requiring the caller to append an LF to the buffer (and > > potentially allocate memory to do so), the write_message() function > > learns to append an LF at the end of the file. > > As no existing callers need this, it probably is better left out and > added to the series that actually needs the new feature as a > preparatory step. Apart from this patch series being semantically the right place ("prepare-sequencer"), there is also the following consideration: The next patch series is already quite long. Taking this current patch series into account, which started out as a 22-patch series and needed to bloat by 25% through four subsequent iterations, it is probably not a wise idea to move this patch to a patch series that already weighs 34 patches. So I respectfully, and forcefully, disagree, Dscho