Document --patch-with-raw
[git/dscho.git] / Documentation / git-var.txt
blob90cb157be56cec2ced79b8d6995c999d4d8d0251
1 git-var(1)
2 ==========
4 NAME
5 ----
6 git-var - Print the git users identity
9 SYNOPSIS
10 --------
11 'git-var' [ -l | <variable> ]
13 DESCRIPTION
14 -----------
15 Prints a git logical variable.
17 OPTIONS
18 -------
19 -l::
20         Cause the logical variables to be listed.
22 EXAMPLE
23 --------
24         $ git-var GIT_AUTHOR_IDENT
25         Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
28 VARIABLES
29 ----------
30 GIT_AUTHOR_IDENT::
31     The author of a piece of code.
33 GIT_COMMITTER_IDENT::
34     The person who put a piece of code into git.
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.
45 See Also
46 --------
47 gitlink:git-commit-tree[1]
48 gitlink:git-tag[1]
50 Author
51 ------
52 Written by Eric Biederman <ebiederm@xmission.com>
54 Documentation
55 --------------
56 Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
58 GIT
59 ---
60 Part of the gitlink:git[7] suite