On Mon, Feb 12, 2018 at 10:55 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On Mon, Feb 12, 2018 at 8:41 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: >> + * Output the formatted string in the specified color (and then reset to normal >> + * color so subsequent output is uncolored). Omits the color encapsulation if >> + * `color` is NULL. The `color_fprintf_ln` prints a new line after resetting >> + * the color. BUG: The `color_print_strbuf` prints the given pre-formatted >> + * strbuf instead, up to its first NUL character. > > "`color_print_strbuf` prints the given pre-formatted strbuf (BUG: but > only up to the first NUL character)." > > Probably not worth a re-roll is Junio can amend it locally. By the way, thanks for the patience in the face of the nit-picking this patch has undergone.