Autogenerated HTML docs for v1.3.3-gd177e
[git.git] / git-blame.txt
1 git-blame(1)
2 ============
3
4 NAME
5 ----
6 git-blame - Blame file lines on commits
7
8 SYNOPSIS
9 --------
10 git-blame file [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. Start annotation from the given revision.
16
17 OPTIONS
18 -------
19 -c, --compability::
20         Use the same output mode as git-annotate (Default: off).
21
22 -l, --long::
23         Show long rev (Defaults off).
24
25 -S, --rev-file <revs-file>::
26         Use revs from revs-file instead of calling git-rev-list.
27
28 -h, --help::
29         Show help message.
30
31
32 SEE ALSO
33 --------
34 gitlink:git-annotate[1]
35
36 AUTHOR
37 ------
38 Written by Fredrik Kuivinen <freku045@student.liu.se>.
39
40 GIT
41 ---
42 Part of the gitlink:git[7] suite