use strbuf_addstr() for adding strings to strbufs
commit72d4a9a721d519982cbc97c36f3fcf33b4103ed4
authorRené Scharfe <l.s.r@web.de>
Sun, 1 Oct 2017 14:44:20 +0000 (1 16:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Oct 2017 04:13:46 +0000 (2 13:13 +0900)
tree5e59453cd9615b9d6b92dbccf88362497dce49db
parentfa2bb34477120f18d0834a545ac777e6295650d2
use strbuf_addstr() for adding strings to strbufs

Use strbuf_addstr() instead of strbuf_addf() for adding strings.  That's
simpler and makes the intent clearer.

Patch generated by Coccinelle and contrib/coccinelle/strbuf.cocci;
adjusted indentation in refs/packed-backend.c manually.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
refs/packed-backend.c
sequencer.c