commit: advertise config --global --edit on guessed identity
commit8b27ff7eacc3bafcb12afcd6bbc99cdb8d718a26
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Fri, 25 Jul 2014 19:11:36 +0000 (25 21:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jul 2014 19:37:45 +0000 (25 12:37 -0700)
treead04e801e787d6e26218ef8616ab37e3aa8e06e9
parent06b2d87244d74a6b084a08677dfd66d58b94ebfa
commit: advertise config --global --edit on guessed identity

When the user has no user-wide configuration file, it's faster to use the
newly introduced config file template than to run two commands to set
user.name and user.email. Advise this to the user.

The old advice is kept if the user already has a configuration file since
the template feature would not trigger in this case.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c