We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0901d5a + 8bb45b2 commit 251a495Copy full SHA for 251a495
builtin-commit.c
@@ -41,7 +41,7 @@ static const char implicit_ident_advice[] =
41
"on your username and hostname. Please check that they are accurate.\n"
42
"You can suppress this message by setting them explicitly:\n"
43
"\n"
44
-" git config --global user.name Your Name\n"
+" git config --global user.name \"Your Name\"\n"
45
" git config --global user.email you@example.com\n"
46
47
"If the identity used for this commit is wrong, you can fix it with:\n"
0 commit comments