From: Ramkumar Ramachandra Date: Tue, 2 Apr 2013 07:40:29 +0000 (+0530) Subject: remote.c: simplify a bit of code using git_config_string() X-Git-Tag: v1.8.3-rc0~96^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b4b634352de7de5f824eb4cf1ccb2a656f801adc?ds=inline;hp=b4b634352de7de5f824eb4cf1ccb2a656f801adc remote.c: simplify a bit of code using git_config_string() A small segment where handle_config() parses the branch.remote configuration variable can be simplified using git_config_string(). Signed-off-by: Ramkumar Ramachandra Reviewed-by: Jeff King Signed-off-by: Junio C Hamano ---