Merge with gitk.
[git.git] / Documentation / git-var.txt
1 git-var(1)
2 ==========
3 v0.1, July 2005
4
5 NAME
6 ----
7 git-var - Print the git users identity
8
9
10 SYNOPSIS
11 --------
12 git-var [ -l | <variable> ]
13
14 DESCRIPTION
15 -----------
16 Prints a git logical variable.
17
18 -l causes the logical variables to be listed.
19
20 EXAMPLE
21 --------
22 $git-var GIT_AUTHOR_IDENT
23
24 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
25
26
27 VARIABLES
28 ----------
29 GIT_AUTHOR_IDENT
30     The author of a piece of code.
31
32 GIT_COMMITTER_IDENT
33     The person who put a piece of code into git.
34
35 Diagnostics
36 -----------
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.
43
44 See Also
45 --------
46 link:git-commit-tree.html[git-commit-tree]
47 link:git-tag-script.html[git-tag-script]
48
49 Author
50 ------
51 Written by Eric Biederman <ebiederm@xmission.com>
52
53 Documentation
54 --------------
55 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
56
57 GIT
58 ---
59 Part of the link:git.html[git] suite
60