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