Browse Source

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 19 years ago committed by Junio C Hamano
parent
commit
50b4e0c178
  1. 3
      Documentation/git-commit-tree.txt

3
Documentation/git-commit-tree.txt

@ -60,7 +60,8 @@ either `.git/config` file, or using the following environment variables. @@ -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"

Loading…
Cancel
Save