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