Skip to content

Commit

Permalink
Merge branch 'pe/doc-email-env-is-trumped-by-config' into maint
Browse files Browse the repository at this point in the history
* pe/doc-email-env-is-trumped-by-config:
  git-commit-tree(1): correct description of defaults
  • Loading branch information
Junio C Hamano committed Jan 28, 2013
2 parents c1640aa + be33414 commit a94214b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-commit-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ if set:
GIT_COMMITTER_NAME
GIT_COMMITTER_EMAIL
GIT_COMMITTER_DATE
EMAIL

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

In case (some of) these environment variables are not set, the information
is taken from the configuration items user.name and user.email, or, if not
present, system user name and the hostname used for outgoing mail (taken
present, the environment variable EMAIL, or, if that is not set,
system user name and the hostname used for outgoing mail (taken
from `/etc/mailname` and falling back to the fully qualified hostname when
that file does not exist).

Expand Down

0 comments on commit a94214b

Please sign in to comment.