Merge with master.kernel.org:/pub/scm/git/git.git
[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 OPTIONS
19 -------
20 -l::
21         Cause the logical variables to be listed.
22
23 EXAMPLE
24 --------
25         $ git-var GIT_AUTHOR_IDENT
26         Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
27
28
29 VARIABLES
30 ----------
31 GIT_AUTHOR_IDENT::
32     The author of a piece of code.
33
34 GIT_COMMITTER_IDENT::
35     The person who put a piece of code into git.
36
37 Diagnostics
38 -----------
39 You don't exist. Go away!::
40     The passwd(5) gecos field couldn't be read
41 Your parents must have hated you!::
42     The password(5) gecos field is longer than a giant static buffer.
43 Your sysadmin must hate you!::
44     The password(5) name field is longer than a giant static buffer.
45
46 See Also
47 --------
48 gitlink:git-commit-tree[1]
49 gitlink:git-tag[1]
50
51 Author
52 ------
53 Written by Eric Biederman <ebiederm@xmission.com>
54
55 Documentation
56 --------------
57 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
58
59 GIT
60 ---
61 Part of the gitlink:git[7] suite
62