]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-var.txt
Merge branch 'jc/pack-reuse'
[thirdparty/git.git] / Documentation / git-var.txt
CommitLineData
aed022ab 1git-var(1)
71931c19 2==========
aed022ab
EB
3
4NAME
5----
6git-var - Print the git users identity
7
8
9SYNOPSIS
10--------
11git-var [ -l | <variable> ]
12
13DESCRIPTION
14-----------
15Prints a git logical variable.
16
df8baa42
JF
17OPTIONS
18-------
19-l::
20 Cause the logical variables to be listed.
aed022ab
EB
21
22EXAMPLE
23--------
df8baa42
JF
24 $ git-var GIT_AUTHOR_IDENT
25 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
aed022ab
EB
26
27
28VARIABLES
29----------
df8baa42 30GIT_AUTHOR_IDENT::
aed022ab
EB
31 The author of a piece of code.
32
df8baa42 33GIT_COMMITTER_IDENT::
aed022ab
EB
34 The person who put a piece of code into git.
35
36Diagnostics
37-----------
38You don't exist. Go away!::
39 The passwd(5) gecos field couldn't be read
40Your parents must have hated you!::
41 The password(5) gecos field is longer than a giant static buffer.
42Your sysadmin must hate you!::
43 The password(5) name field is longer than a giant static buffer.
44
45See Also
46--------
a7154e91
SV
47gitlink:git-commit-tree[1]
48gitlink:git-tag[1]
aed022ab
EB
49
50Author
51------
52Written by Eric Biederman <ebiederm@xmission.com>
53
54Documentation
55--------------
56Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
57
58GIT
59---
a7154e91 60Part of the gitlink:git[7] suite
aed022ab 61