Skip to content

Commit a7d64b5

Browse files
dmellorgitster
authored andcommitted
Documentation: minor grammatical fixes.
Signed-off-by: David J. Mellor <dmellor@whistlingcat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 07f5746 commit a7d64b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Documentation/blame-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ of lines before or after the line given by <start>.
7474
Detect moving lines in the file as well. When a commit
7575
moves a block of lines in a file (e.g. the original file
7676
has A and then B, and the commit changes it to B and
77-
then A), traditional 'blame' algorithm typically blames
77+
then A), the traditional 'blame' algorithm typically blames
7878
the lines that were moved up (i.e. B) to the parent and
7979
assigns blame to the lines that were moved down (i.e. A)
8080
to the child commit. With this option, both groups of lines
@@ -90,8 +90,8 @@ commit.
9090
files that were modified in the same commit. This is
9191
useful when you reorganize your program and move code
9292
around across files. When this option is given twice,
93-
the command looks for copies from all other files in the
94-
parent for the commit that creates the file in addition.
93+
the command additionally looks for copies from all other
94+
files in the parent for the commit that creates the file.
9595
+
9696
<num> is optional but it is the lower bound on the number of
9797
alphanumeric characters that git must detect as moving

Documentation/git-annotate.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-annotate(1)
33

44
NAME
55
----
6-
git-annotate - Annotate file lines with commit info
6+
git-annotate - Annotate file lines with commit information
77

88
SYNOPSIS
99
--------
@@ -12,11 +12,11 @@ SYNOPSIS
1212
DESCRIPTION
1313
-----------
1414
Annotates each line in the given file with information from the commit
15-
which introduced the line. Optionally annotate from a given revision.
15+
which introduced the line. Optionally annotates from a given revision.
1616

1717
The only difference between this command and linkgit:git-blame[1] is that
1818
they use slightly different output formats, and this command exists only
19-
for backward compatibility to support existing scripts, and provide more
19+
for backward compatibility to support existing scripts, and provide a more
2020
familiar command name for people coming from other SCM systems.
2121

2222
OPTIONS

0 commit comments

Comments
 (0)