summaryrefslogtreecommitdiffstats
path: root/git-annotate.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-03 08:28:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-03 08:28:48 +0000
commit7924d5e05c8bd50ab7c2f8f1f41a8c5ec7c1edb8 (patch)
treefe7fe3ce02185509579e73bfb99e95d54f3870da /git-annotate.txt
parentf8a792291dcb2d2897c8060f4eed60e1db74375a (diff)
downloadgit-htmldocs-7924d5e05c8bd50ab7c2f8f1f41a8c5ec7c1edb8.tar.gz
Autogenerated HTML docs for v1.6.2-rc2-22-g1d035
Diffstat (limited to 'git-annotate.txt')
-rw-r--r--git-annotate.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-annotate.txt b/git-annotate.txt
index 0aba022ba..0590eec05 100644
--- a/git-annotate.txt
+++ b/git-annotate.txt
@@ -3,7 +3,7 @@ git-annotate(1)
NAME
----
-git-annotate - Annotate file lines with commit info
+git-annotate - Annotate file lines with commit information
SYNOPSIS
--------
@@ -12,11 +12,11 @@ SYNOPSIS
DESCRIPTION
-----------
Annotates each line in the given file with information from the commit
-which introduced the line. Optionally annotate from a given revision.
+which introduced the line. Optionally annotates from a given revision.
The only difference between this command and linkgit:git-blame[1] is that
they use slightly different output formats, and this command exists only
-for backward compatibility to support existing scripts, and provide more
+for backward compatibility to support existing scripts, and provide a more
familiar command name for people coming from other SCM systems.
OPTIONS