use strbuf_addstr() instead of strbuf_addf() with "%s"
commitbc57b9c0cc5a123365a922fa1831177e3fd607ed
authorRené Scharfe <l.s.r@web.de>
Fri, 5 Aug 2016 20:37:11 +0000 (5 22:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2016 22:09:25 +0000 (5 15:09 -0700)
tree520d65d7a99278bbec6e1b2e25e5e045d2ac28b0
parent02962d36845b89145cd69f8bc65e015d78ae3434
use strbuf_addstr() instead of strbuf_addf() with "%s"

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.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c
http.c
sequencer.c