]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-annotate.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-annotate.txt
CommitLineData
8f2b72a9
JF
1git-annotate(1)
2===============
3
4NAME
5----
6git-annotate - Annotate file lines with commit info
7
8SYNOPSIS
9--------
b1889c36 10git annotate [options] file [revision]
8f2b72a9
JF
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-------
635f4a30 19include::blame-options.txt[]
8f2b72a9
JF
20
21SEE ALSO
22--------
5162e697 23linkgit:git-blame[1]
8f2b72a9
JF
24
25AUTHOR
26------
27Written by Ryan Anderson <ryan@michonline.com>.
28
29GIT
30---
9e1f0a85 31Part of the linkgit:git[1] suite