swh:1:snp:6df5a50b8107b6bbe1e51d0239d816a7503c536a
Raw File
Tip revision: d5e86da89155b462c30a59bc724037fb111d3894 authored by Junio C Hamano on 26 December 2006, 02:14:12 UTC
GIT v1.5.0 preview
Tip revision: d5e86da
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
-------
-l, --long::
	Show long rev (Defaults off).

-t, --time::
	Show raw timestamp (Defaults off).

-r, --rename::
	Follow renames (Defaults on).

-S, --rev-file <revs-file>::
	Use revs from revs-file instead of calling git-rev-list.

-h, --help::
	Show help message.

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