]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-annotate.txt
Documentation: rename gitlink macro to linkgit
[thirdparty/git.git] / Documentation / git-annotate.txt
1 git-annotate(1)
2 ===============
3
4 NAME
5 ----
6 git-annotate - Annotate file lines with commit info
7
8 SYNOPSIS
9 --------
10 git-annotate [options] file [revision]
11
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.
16
17 OPTIONS
18 -------
19 include::blame-options.txt[]
20
21 SEE ALSO
22 --------
23 linkgit:git-blame[1]
24
25 AUTHOR
26 ------
27 Written by Ryan Anderson <ryan@michonline.com>.
28
29 GIT
30 ---
31 Part of the linkgit:git[7] suite