man git-var (Commandes) - Print the git users identity
NAME
git-var - Print the git users identity
SYNOPSIS
git-var [ -l | <variable> ]
DESCRIPTION
Prints a git logical variable.
OPTIONS
- -l
- Cause the logical variables to be listed.
EXAMPLE
$ git-var GIT_AUTHOR_IDENT Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
VARIABLES
- GIT_AUTHOR_IDENT
- The author of a piece of code.
- GIT_COMMITTER_IDENT
- The person who put a piece of code into git.
DIAGNOSTICS
SEE ALSO
AUTHOR
Written by Eric Biederman <ebiederm@xmission.com>
DOCUMENTATION
Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.