6 git-annotate - Annotate file lines with commit information
 
  11 'git annotate' [<options>] <file> [<revision>]
 
  15 Annotates each line in the given file with information from the commit
 
  16 which introduced the line. Optionally annotates from a given revision.
 
  18 The only difference between this command and linkgit:git-blame[1] is that
 
  19 they use slightly different output formats, and this command exists only
 
  20 for backward compatibility to support existing scripts, and provide a more
 
  21 familiar command name for people coming from other SCM systems.
 
  25 include::blame-options.txt[]
 
  33 Part of the linkgit:git[1] suite