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