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