1GIT-VAR(1)                        Git Manual                        GIT-VAR(1)
2
3
4

NAME

6       git-var - Show a git logical variable
7

SYNOPSIS

9       git-var [ -l | <variable> ]
10

DESCRIPTION

12       Prints a git logical variable.
13

OPTIONS

15       -l
16           Cause the logical variables to be listed. In addition, all the
17           variables of the git configuration file .git/config are listed as
18           well. (However, the configuration variables listing functionality
19           is deprecated in favor of git-config -l.)
20

EXAMPLE

22           $ git-var GIT_AUTHOR_IDENT
23           Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600
24

VARIABLES

26       GIT_AUTHOR_IDENT
27           The author of a piece of code.
28
29       GIT_COMMITTER_IDENT
30           The person who put a piece of code into git.
31

DIAGNOSTICS

33       You don´t exist. Go away!
34           The passwd(5) gecos field couldn´t be read
35
36       Your parents must have hated you!
37           The password(5) gecos field is longer than a giant static buffer.
38
39       Your sysadmin must hate you!
40           The password(5) name field is longer than a giant static buffer.
41

SEE ALSO

43       git-commit-tree(1) git-tag(1) git-config(1)
44

AUTHOR

46       Written by Eric Biederman <ebiederm@xmission.com>
47

DOCUMENTATION

49       Documentation by Eric Biederman and the git-list <git@vger.kernel.org>.
50

GIT

52       Part of the git(7) suite
53
54
55
56
57Git 1.5.3.3                       10/09/2007                        GIT-VAR(1)
Impressum