Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: move credential.* to a separate file
[gitweb.git]
/
Documentation
/
git-annotate.txt
diff --git
a/Documentation/git-annotate.txt
b/Documentation/git-annotate.txt
index 94be4b85e099f8b67901a737b8347ee02e6c6a6c..e44a831339d4a6d7f9ca3d9879dbb5a9b4ffac0a 100644
(file)
--- a/
Documentation/git-annotate.txt
+++ b/
Documentation/git-annotate.txt
@@
-8,7
+8,7
@@
git-annotate - Annotate file lines with commit information
SYNOPSIS
--------
[verse]
-'git annotate' [
options] file [revision
]
+'git annotate' [
<options>] <file> [<revision>
]
DESCRIPTION
-----------
@@
-23,7
+23,6
@@
familiar command name for people coming from other SCM systems.
OPTIONS
-------
include::blame-options.txt[]
-include::diff-heuristic-options.txt[]
SEE ALSO
--------