Documentation / git-annotate.txton commit git-cvsserver runs hooks/post-receive (cdf6328)
   1git-annotate(1)
   2===============
   3
   4NAME
   5----
   6git-annotate - Annotate file lines with commit info
   7
   8SYNOPSIS
   9--------
  10git-annotate [options] file [revision]
  11
  12DESCRIPTION
  13-----------
  14Annotates each line in the given file with information from the commit
  15which introduced the line. Optionally annotate from a given revision.
  16
  17OPTIONS
  18-------
  19include::blame-options.txt[]
  20
  21SEE ALSO
  22--------
  23gitlink:git-blame[1]
  24
  25AUTHOR
  26------
  27Written by Ryan Anderson <ryan@michonline.com>.
  28
  29GIT
  30---
  31Part of the gitlink:git[7] suite