Skip to content

Commit 251a495

Browse files
committed
Merge branch 'maint'
* maint: commit: quote the user name in the example
2 parents 0901d5a + 8bb45b2 commit 251a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static const char implicit_ident_advice[] =
4141
"on your username and hostname. Please check that they are accurate.\n"
4242
"You can suppress this message by setting them explicitly:\n"
4343
"\n"
44-
" git config --global user.name Your Name\n"
44+
" git config --global user.name \"Your Name\"\n"
4545
" git config --global user.email you@example.com\n"
4646
"\n"
4747
"If the identity used for this commit is wrong, you can fix it with:\n"

0 commit comments

Comments
 (0)