config: use strbuf_split_str instead of a temporary strbuf
authorJeff King <redacted>
Thu, 9 Jun 2011 15:55:09 +0000 (11:55 -0400)
committerJunio C Hamano <redacted>
Wed, 22 Jun 2011 18:24:51 +0000 (11:24 -0700)
commitf77bccaeba7a4c542e9b89d144af74bddd36fd08
tree80636c7d0b50ba929bce8076fa92a66eec4a9d4e
parent2f1d9e2b93e1b7fbfcfa59331db89dd6c76a3505
config: use strbuf_split_str instead of a temporary strbuf

This saves an allocation and copy, and also fixes a minor
memory leak.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.c
git clone https://git.99rst.org/PROJECT