From: Jeff King Date: Wed, 18 May 2016 22:39:49 +0000 (-0400) Subject: git_config_parse_parameter: refactor cleanup code X-Git-Tag: v2.10.0-rc0~159^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a77d6db69b2cbd16e98763f33ceaa76ff5ca2c54?hp=a77d6db69b2cbd16e98763f33ceaa76ff5ca2c54 git_config_parse_parameter: refactor cleanup code We have several exits from the function, each of which has to do some cleanup. Let's consolidate these in an "out" label we can jump to. This doesn't save us much now, but it will help as we add more things that need cleanup. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---