diff options
author | David Symonds <dsymonds@gmail.com> | 2007-12-07 10:36:45 +1100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-06 23:20:11 -0800 |
commit | 8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7 (patch) | |
tree | 33bfc06721ca1d75af163796365c5ff41be57101 /ident.c | |
parent | f23272f3fd84fd37d97917f37233fbf01deb32b4 (diff) | |
download | git-8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7.tar.gz git-8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7.tar.xz |
Change from using email.com to example.com as example domain, as per RFC 2606.
Signed-off-by: David Symonds <dsymonds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ident.c')
-rw-r--r-- | ident.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ static const char *env_hint = "\n" "Run\n" "\n" -" git config --global user.email \"you@email.com\"\n" +" git config --global user.email \"you@example.com\"\n" " git config --global user.name \"Your Name\"\n" "\n" "to set your account\'s default identity.\n" |