Re: [PATCH 1/4] remote.c: simply a bit of code using git_config_string()
From: Eric Sunshine <hidden> Date: 2016-06-15 22:56:26
On Mon, Mar 18, 2013 at 9:16 AM, Ramkumar Ramachandra
[off-list ref] wrote:
remote.c: simply a bit of code using git_config_string()
s/simply/simplify/
A small segment where handle_config() parses the branch.remote
configuration variable can be simplified using git_config_string().
Signed-off-by: Ramkumar Ramachandra <redacted>