Leave an empty line between log and sign-off.
[git/jrn.git] / Documentation / git-var.txt
blobc1c71720889b7b9aadf093870f82289ae4bd9d51
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 OPTIONS
19 -------
20 -l::
21         Cause the logical variables to be listed.
23 EXAMPLE
24 --------
25         $ git-var GIT_AUTHOR_IDENT
26         Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
29 VARIABLES
30 ----------
31 GIT_AUTHOR_IDENT::
32     The author of a piece of code.
34 GIT_COMMITTER_IDENT::
35     The person who put a piece of code into git.
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.
46 See Also
47 --------
48 gitlink:git-commit-tree[1]
49 gitlink:git-tag[1]
51 Author
52 ------
53 Written by Eric Biederman <ebiederm@xmission.com>
55 Documentation
56 --------------
57 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
59 GIT
60 ---
61 Part of the gitlink:git[7] suite