[PATCH] Improve the compilation-time settings interface
[git/dscho.git] / Documentation / git-var.txt
blob45b100694a869730273db0dbd91129e2aea49416
1 git-var(1)
2 ==========
3 v0.1, July 2005
5 NAME
6 ----
7 git-var - Print the git users identity
10 SYNOPSIS
11 --------
12 git-var [ -l | <variable> ]
14 DESCRIPTION
15 -----------
16 Prints a git logical variable.
18 -l causes the logical variables to be listed.
20 EXAMPLE
21 --------
22 $git-var GIT_AUTHOR_IDENT
24 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
27 VARIABLES
28 ----------
29 GIT_AUTHOR_IDENT
30     The author of a piece of code.
32 GIT_COMMITTER_IDENT
33     The person who put a piece of code into git.
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.
44 See Also
45 --------
46 link:git-commit-tree.html[git-commit-tree]
47 link:git-tag-script.html[git-tag-script]
49 Author
50 ------
51 Written by Eric Biederman <ebiederm@xmission.com>
53 Documentation
54 --------------
55 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
57 GIT
58 ---
59 Part of the link:git.html[git] suite