El 13/01/2010, a las 18:39, Jeff King escribió:
$ git config --global --unset user.name
$ git config --global --unset user.email
$ git commit -m foo
[master 7c2a927] foo
Committer: Jeff King <peff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name Your Name
git config --global user.email you@xxxxxxxxxxx
If the identity used for this commit is wrong, you can fix it with:
git commit --amend --author='Your Name <you@xxxxxxxxxxx>'
1 files changed, 1 insertions(+), 0 deletions(-)
I'll never see this message myself, but I think you could (and perhaps
should) replace almost all of that with:
Your name and email address were configured automatically.
See "git config help" for information on setting them explicitly
or "git commit help" if you wish to amend this commit.
But like I said, seeing as I won't see the message its verbosity won't
directly affect me.
Cheers,
Wincent--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html