6 git-annotate - Annotate file lines with commit info
10 git-annotate [options] file [revision]
14 Annotates each line in the given file with information from the commit
15 which introduced the line. Optionally annotate from a given revision.
20 Show long rev (Defaults off).
23 Show raw timestamp (Defaults off).
26 Follow renames (Defaults on).
28 -S, --rev-file <revs-file>::
29 Use revs from revs-file instead of calling git-rev-list.
40 Written by Ryan Anderson <ryan@michonline.com>.
44 Part of the gitlink:git[7] suite