author | Joey Hess <joey@kitenet.net> | |
Sat, 28 Jun 2008 20:02:47 +0000 (16:02 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 Jun 2008 20:43:22 +0000 (13:43 -0700) | ||
commit | 762656e03e80a77aeca6163597640d4e48eee55c | |
tree | 9fd232206263f45d75d951c7497eb8c17fb46e9e | tree | snapshot |
parent | 74d817cf8cf68104564cf6c93c1361f66dad1901 | commit | diff |
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 <joey@kitenet.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <joey@kitenet.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt | diff | blob | history |