Improved hint on how to set identity
commit180787c48f21c40a047ae3ee5432821d7e033e44
authorSteffen Prohaska <prohaska@zib.de>
Mon, 13 Aug 2007 22:05:50 +0000 (14 00:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Aug 2007 06:34:38 +0000 (13 23:34 -0700)
treeddc774e8fc862a2572d978426db88f812c065406
parent30c5cd312472574f6a8d8c82ba7c4af76d43ff7c
Improved hint on how to set identity

The first thing we teach in the tutorial is to set the default
identity in $HOME/.gitconfig using "git config --global".  The
suggestion in the error message should match the order, while
hinting that per repository identity can later be configured
differently.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ident.c