swh:1:snp:6df5a50b8107b6bbe1e51d0239d816a7503c536a
Raw File
Tip revision: 97317061c6799765c7f2f83d8e3f4f74df469793 authored by Junio C Hamano on 21 April 2007, 20:57:07 UTC
GIT 1.5.1.2
Tip revision: 9731706
git-annotate.txt
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
--------
gitlink:git-blame[1]

AUTHOR
------
Written by Ryan Anderson <ryan@michonline.com>.

GIT
---
Part of the gitlink:git[7] suite
back to top