]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
use strbuf_addbuf() for appending a strbuf to another
authorRené Scharfe <l.s.r@web.de>
Tue, 19 Jul 2016 18:36:29 +0000 (20:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2016 18:48:35 +0000 (11:48 -0700)
commit8109984d619467ad26c6a76d59b0a5de8a86e6d6
treebf026f0165f1b8268089c4ec0e0bb402e3a6ee15
parente46579643d56162299b1756b70d418005351b256
use strbuf_addbuf() for appending a strbuf to another

Use strbuf_addbuf() where possible; it's shorter and more efficient.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
path.c
wt-status.c