diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-24 15:34:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-24 15:34:07 -0800 |
commit | 251a4951a20b23760c3ccf3f3122d4394ab37357 (patch) | |
tree | a2b4342be7bb50b2ce49d4771a188c256b556857 | |
parent | 0901d5a2ef80996cf64c8afeaec765e1bc09f795 (diff) | |
parent | 8bb45b25b2230c84724f6f62bfcc04a79999a90c (diff) | |
download | git-251a4951a20b23760c3ccf3f3122d4394ab37357.tar.gz git-251a4951a20b23760c3ccf3f3122d4394ab37357.tar.xz |
Merge branch 'maint'
* maint:
commit: quote the user name in the example
-rw-r--r-- | builtin-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-commit.c b/builtin-commit.c index 55676fd87..46513bf90 100644 --- a/builtin-commit.c +++ b/builtin-commit.c @@ -41,7 +41,7 @@ static const char implicit_ident_advice[] = "on your username and hostname. Please check that they are accurate.\n" "You can suppress this message by setting them explicitly:\n" "\n" -" git config --global user.name Your Name\n" +" git config --global user.name \"Your Name\"\n" " git config --global user.email you@example.com\n" "\n" "If the identity used for this commit is wrong, you can fix it with:\n" |