.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-VAR" 1 "" "" "" .SH NAME git-var \- Print the git users identity .SH "SYNOPSIS" git\-var [ \-l | ] .SH "DESCRIPTION" Prints a git logical variable\&. .SH "OPTIONS" .TP \-l Cause the logical variables to be listed\&. .SH "EXAMPLE" .nf $ git\-var GIT_AUTHOR_IDENT Eric W\&. Biederman 1121223278 \-0600 .fi .SH "VARIABLES" .TP GIT_AUTHOR_IDENT The author of a piece of code\&. .TP GIT_COMMITTER_IDENT The person who put a piece of code into git\&. .SH "DIAGNOSTICS" .TP You don't exist\&. Go away! The passwd(5) gecos field couldn't be read .TP Your parents must have hated you! The password(5) gecos field is longer than a giant static buffer\&. .TP Your sysadmin must hate you! The password(5) name field is longer than a giant static buffer\&. .SH "SEE ALSO" \fBgit\-commit\-tree\fR(1) \fBgit\-tag\fR(1) .SH "AUTHOR" Written by Eric Biederman .SH "DOCUMENTATION" Documentation by Eric Biederman and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite