From: Jeff King Date: Thu, 20 Mar 2014 23:18:12 +0000 (-0400) Subject: t0001: use test_config_global X-Git-Tag: v2.0.0-rc0~39^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2a472410cbb481c56ee207dbda2ee99d158c0f48?ds=inline;hp=2a472410cbb481c56ee207dbda2ee99d158c0f48 t0001: use test_config_global We hand-set several config options using : git config -f $HOME/.gitconfig ... Instead, we can use "test_config_global". Not only is this more readable, but it cleans up for us so that subsequent tests aren't polluted by our settings. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---