Documentation / git-annotate.txton commit Merge git://repo.or.cz/git-gui (731ab1f)
   1git-annotate(1)
   2===============
   3
   4NAME
   5----
   6git-annotate - Annotate file lines with commit info
   7
   8SYNOPSIS
   9--------
  10'git 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--------
  23linkgit:git-blame[1]
  24
  25AUTHOR
  26------
  27Written by Ryan Anderson <ryan@michonline.com>.
  28
  29GIT
  30---
  31Part of the linkgit:git[1] suite