trivial: clarify, what are the config's user.name and user.email about

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Alex Riesen 2006-01-05 12:44:18 +01:00 committed by Junio C Hamano
parent b6ae5409ea
commit 50b4e0c178
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ either `.git/config` file, or using the following environment variables.

(nb "<", ">" and "\n"s are stripped)

In `.git/config` file, the following items are used:
In `.git/config` file, the following items are used for GIT_AUTHOR_NAME and
GIT_AUTHOR_EMAIL:

[user]
name = "Your Name"