git-var - Print the git users identity
git-var [ -l | <variable> ]
Prints a git logical variable.
-l causes the logical variables to be listed.
$git-var GIT_AUTHOR_IDENT
Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
GIT_AUTHOR_IDENT The author of a piece of code.
GIT_COMMITTER_IDENT The person who put a piece of code into git.
The passwd(5) gecos field couldn't be read
The password(5) gecos field is longer than a giant static buffer.
The password(5) name field is longer than a giant static buffer.
Written by Eric Biederman <ebiederm@xmission.com>
Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
Part of the git suite