On Fri, 24 Jun 2016 at 20:32:28, Junio C Hamano wrote: > On Fri, Jun 24, 2016 at 11:14 AM, Jeff King <peff@xxxxxxxx> wrote: > > > > I do wonder about the ANSI_SUFFIX thing, though. > > compat/winansi.c seems to have a provision for 'K' (and obviously 'm' > for colors). So we probably want to switch back to using fprintf() or fputs() and rely on the assumption that these functions use atomic write() operations internally when printing to stderr (on practically relevant systems, i.e., libc implementations), right? Another option is using write() on all systems but Windows and fall back on fputs() but that feels a bit like over-engineering at this point. I will prepare and submit v4 later today. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html