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. In addition, all the
21 variables of the git configuration file .git/config are listed
26 $ git-var GIT_AUTHOR_IDENT
27 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
33 The author of a piece of code.
36 The person who put a piece of code into git.
40 You don't exist. Go away!::
41 The passwd(5) gecos field couldn't be read
42 Your parents must have hated you!::
43 The password(5) gecos field is longer than a giant static buffer.
44 Your sysadmin must hate you!::
45 The password(5) name field is longer than a giant static buffer.
49 gitlink:git-commit-tree[1]
51 gitlink:git-repo-config[1]
55 Written by Eric Biederman <ebiederm@xmission.com>
59 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
63 Part of the gitlink:git[7] suite