From: Matt Kraai Date: Wed, 24 Feb 2010 14:18:25 +0000 (-0800) Subject: commit: quote the user name in the example X-Git-Tag: v1.7.0.1~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8bb45b25b2230c84724f6f62bfcc04a79999a90c?ds=inline;hp=8bb45b25b2230c84724f6f62bfcc04a79999a90c commit: quote the user name in the example If the user runs git config --global user.name Your Name as suggested, user.name will be set to "Your". With this patch, the suggested command will be git config --global user.name "Your Name" which will set user.name to "Your Name" and hopefully help users avoid the former mistake. Signed-off-by: Matt Kraai Signed-off-by: Junio C Hamano ---