From: Joey Hess Date: Sat, 28 Jun 2008 20:02:47 +0000 (-0400) Subject: fix git config example syntax X-Git-Tag: v1.5.6.2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/762656e03e80a77aeca6163597640d4e48eee55c?hp=762656e03e80a77aeca6163597640d4e48eee55c fix git config example syntax git-config expects a space, not '=' between option and value. Also, quote the value since it contains globs, which some shells will not pass through unchanged, or will abort if the glob doesn't expand. Signed-off-by: Joey Hess Signed-off-by: Junio C Hamano ---