6 git-var - Print the git users identity
11 git-var [ -l | <variable> ]
15 Prints a git logical variable.
20 Cause the logical variables to be listed.
24 $ git-var GIT_AUTHOR_IDENT
25 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
31 The author of a piece of code.
34 The person who put a piece of code into git.
38 You don't exist. Go away!::
39 The passwd(5) gecos field couldn't be read
40 Your parents must have hated you!::
41 The password(5) gecos field is longer than a giant static buffer.
42 Your sysadmin must hate you!::
43 The password(5) name field is longer than a giant static buffer.
47 gitlink:git-commit-tree[1]
52 Written by Eric Biederman <ebiederm@xmission.com>
56 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
60 Part of the gitlink:git[7] suite