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