submodule-config: use explicit empty string instead of strbuf in config_from()
authorRené Scharfe <redacted>
Tue, 19 Jul 2016 19:05:43 +0000 (21:05 +0200)
committerJunio C Hamano <redacted>
Tue, 19 Jul 2016 19:16:57 +0000 (12:16 -0700)
commit508a285ceab4523412546a92cd9444f8e78065e1
treecfca7067e81f807b59bbb1846cc87024c9350178
parent0b65a8dbdb38962e700ee16776a3042beb489060
submodule-config: use explicit empty string instead of strbuf in config_from()

Use a string constant instead of an empty strbuf to shorten the code
and make it easier to read.

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