1git-var(1) 2========== 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 18OPTIONS 19------- 20-l:: 21 Cause the logical variables to be listed. 22 23EXAMPLE 24-------- 25 $ git-var GIT_AUTHOR_IDENT 26 Eric W. Biederman <ebiederm@lnxi.com> 1121223278 -0600 27 28 29VARIABLES 30---------- 31GIT_AUTHOR_IDENT:: 32 The author of a piece of code. 33 34GIT_COMMITTER_IDENT:: 35 The person who put a piece of code into git. 36 37Diagnostics 38----------- 39You don't exist. Go away!:: 40 The passwd(5) gecos field couldn't be read 41Your parents must have hated you!:: 42 The password(5) gecos field is longer than a giant static buffer. 43Your sysadmin must hate you!:: 44 The password(5) name field is longer than a giant static buffer. 45 46See Also 47-------- 48gitlink:git-commit-tree[1] 49gitlink:git-tag[1] 50 51Author 52------ 53Written by Eric Biederman <ebiederm@xmission.com> 54 55Documentation 56-------------- 57Documentation by Eric Biederman and the git-list <git@vger.kernel.org>. 58 59GIT 60--- 61Part of the gitlink:git[7] suite 62