From: Øystein Walle Date: Tue, 27 May 2014 08:45:58 +0000 (+0200) Subject: config: respect '~' and '~user' in mailmap.file X-Git-Tag: v2.0.1~23^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9352fd570876ea0faf9f12251ecea06954fbe59b?ds=inline;hp=9352fd570876ea0faf9f12251ecea06954fbe59b config: respect '~' and '~user' in mailmap.file git_config_string() does not handle '~' and '~user' as part of the value. Using git_config_pathname() fixes this. Signed-off-by: Øystein Walle Reviewed-by: Jeff King Signed-off-by: Junio C Hamano ---