7 git-var - Print the git users identity
12 git-var [ -l | <variable> ]
16 Prints a git logical variable.
18 -l causes the logical variables to be listed.
22 $git-var GIT_AUTHOR_IDENT
24 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
30 The author of a piece of code.
33 The person who put a piece of code into git.
37 You don't exist. Go away!::
38 The passwd(5) gecos field couldn't be read
39 Your parents must have hated you!::
40 The password(5) gecos field is longer than a giant static buffer.
41 Your sysadmin must hate you!::
42 The password(5) name field is longer than a giant static buffer.
46 link:git-commit-tree.html[git-commit-tree]
47 link:git-tag.html[git-tag]
51 Written by Eric Biederman <ebiederm@xmission.com>
55 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
59 Part of the link:git.html[git] suite