From: Jeff King Date: Tue, 23 Oct 2012 22:05:49 +0000 (-0400) Subject: t1300: test "git config --get-all" more thoroughly X-Git-Tag: v1.8.1-rc0~40^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cb20b69166786210bcad406c192763f90be1639a?hp=cb20b69166786210bcad406c192763f90be1639a t1300: test "git config --get-all" more thoroughly We check that we can "--get-all" a multi-valued variable, but we do not actually confirm that the output is sensible. Doing so reveals that it works fine, but this will help us ensure we do not have regressions in the next few patches, which will touch this area. Signed-off-by: Jeff King ---