5dfc018e0936e42c06e2dfc055c8e0717eb939ef
[git.git] / man1 / git-var.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-VAR" 1 "" "" ""
21 .SH NAME
22 git-var \- Print the git users identity
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-var\fR [ \-l | <variable> ]
27
28 .SH "DESCRIPTION"
29
30
31 Prints a git logical variable\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-l
37 Cause the logical variables to be listed\&.
38
39 .SH "EXAMPLE"
40
41 .nf
42 $ git\-var GIT_AUTHOR_IDENT
43 Eric W\&. Biederman <ebiederm@lnxi\&.com> 1121223278 \-0600
44 .fi
45
46 .SH "VARIABLES"
47
48 .TP
49 GIT_AUTHOR_IDENT
50 The author of a piece of code\&.
51
52 .TP
53 GIT_COMMITTER_IDENT
54 The person who put a piece of code into git\&.
55
56 .SH "DIAGNOSTICS"
57
58 .TP
59 You don't exist\&. Go away!
60 The passwd(5) gecos field couldn't be read
61
62 .TP
63 Your parents must have hated you!
64 The password(5) gecos field is longer than a giant static buffer\&.
65
66 .TP
67 Your sysadmin must hate you!
68 The password(5) name field is longer than a giant static buffer\&.
69
70 .SH "SEE ALSO"
71
72
73 \fBgit\-commit\-tree\fR(1) \fBgit\-tag\fR(1)
74
75 .SH "AUTHOR"
76
77
78 Written by Eric Biederman <ebiederm@xmission\&.com>
79
80 .SH "DOCUMENTATION"
81
82
83 Documentation by Eric Biederman and the git\-list <git@vger\&.kernel\&.org>\&.
84
85 .SH "GIT"
86
87
88 Part of the \fBgit\fR(7) suite
89