Skip to content

Commit 770c541

Browse files
committed
Merge branch 'by/blame-doc-m-c'
* by/blame-doc-m-c: blame-options.txt: Add default value for `-M/-C` options.
2 parents 82c531b + 509de65 commit 770c541

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/blame-options.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ of lines before or after the line given by <start>.
9090
running extra passes of inspection.
9191
+
9292
<num> is optional but it is the lower bound on the number of
93-
alphanumeric characters that git must detect as moving
93+
alphanumeric characters that git must detect as moving/copying
9494
within a file for it to associate those lines with the parent
95-
commit.
95+
commit. The default value is 20.
9696

9797
-C|<num>|::
9898
In addition to `-M`, detect lines moved or copied from other
@@ -105,9 +105,11 @@ commit.
105105
looks for copies from other files in any commit.
106106
+
107107
<num> is optional but it is the lower bound on the number of
108-
alphanumeric characters that git must detect as moving
108+
alphanumeric characters that git must detect as moving/copying
109109
between files for it to associate those lines with the parent
110-
commit.
110+
commit. And the default value is 40. If there are more than one
111+
`-C` options given, the <num> argument of the last `-C` will
112+
take effect.
111113

112114
-h::
113115
--help::

0 commit comments

Comments
 (0)