Re: [PATCH] use strbuf_addstr() instead of strbuf_addf() with "%s"
From: Johannes Schindelin <hidden> Date: 2016-08-07 08:49:41
Hi René,
On Fri, 5 Aug 2016, René Scharfe wrote:
Call strbuf_addstr() for adding a simple string to a strbuf instead of
using the heavier strbuf_addf(). This is shorter and documents the
intent more clearly.