File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
9797alphanumeric characters that git must detect as moving
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ git-annotate(1)
33
44NAME
55----
6- git-annotate - Annotate file lines with commit info
6+ git-annotate - Annotate file lines with commit information
77
88SYNOPSIS
99--------
@@ -12,11 +12,11 @@ SYNOPSIS
1212DESCRIPTION
1313-----------
1414Annotates 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
1717The only difference between this command and linkgit:git-blame[1] is that
1818they 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
2020familiar command name for people coming from other SCM systems.
2121
2222OPTIONS
You can’t perform that action at this time.
0 commit comments