Re: [PATCH v5 13/16] merge-recursive: write the commit title in one go
From: Junio C Hamano <hidden>
Date: 2016-07-27 22:36:29
Johannes Schindelin [off-list ref] writes:
Let's make sure that the same holds true when outputting the commit title: previously, we used several printf() statements to stdout and speculated that stdout's buffer is large enough to hold the entire commit title.
s/speculate/assume/; other than that looks very sensible.