author | Matt Kraai <kraai@ftbfs.org> | |
Wed, 24 Feb 2010 14:18:25 +0000 (06:18 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Feb 2010 23:34:00 +0000 (15:34 -0800) | ||
commit | 8bb45b25b2230c84724f6f62bfcc04a79999a90c | |
tree | db26a10491eeb26c50ff011ab393fe3eeb9feca4 | tree | snapshot |
parent | d951615daa9de25687fc4af34a224f62f8d414e5 | commit | diff |
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 <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history |