Makefile: add a target which will abort compilation with ancient shells
[git/dscho.git] / Documentation / git-annotate.txt
blob8b6b56a54409dd586047a1a6cdf1138e8bb0e77b
1 git-annotate(1)
2 ===============
4 NAME
5 ----
6 git-annotate - Annotate file lines with commit info
8 SYNOPSIS
9 --------
10 'git annotate' [options] file [revision]
12 DESCRIPTION
13 -----------
14 Annotates each line in the given file with information from the commit
15 which introduced the line. Optionally annotate from a given revision.
17 OPTIONS
18 -------
19 include::blame-options.txt[]
21 SEE ALSO
22 --------
23 linkgit:git-blame[1]
25 AUTHOR
26 ------
27 Written by Ryan Anderson <ryan@michonline.com>.
29 GIT
30 ---
31 Part of the linkgit:git[1] suite