swh:1:snp:6df5a50b8107b6bbe1e51d0239d816a7503c536a
Raw File
Tip revision: bbff2dce2baf840cca6ddfd79be3c27f93322f47 authored by Junio C Hamano on 27 December 2007, 02:16:52 UTC
GIT 1.5.4-rc2
Tip revision: bbff2dc
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