6 git-blame - Blame file lines on commits
10 git-blame file [options] file [revision]
14 Annotates each line in the given file with information from the commit
15 which introduced the line. Start annotation from the given revision.
20 Use the same output mode as git-annotate (Default: off).
23 Show long rev (Default: off).
26 Show raw timestamp (Default: off).
28 -S, --rev-file <revs-file>::
29 Use revs from revs-file instead of calling git-rev-list.
37 gitlink:git-annotate[1]
41 Written by Fredrik Kuivinen <freku045@student.liu.se>.
45 Part of the gitlink:git[7] suite