Skip to content

Commit

Permalink
Merge branch 'by/blame-doc-m-c' into maint
Browse files Browse the repository at this point in the history
* by/blame-doc-m-c:
  blame-options.txt: Add default value for `-M/-C` options.
  • Loading branch information
gitster committed Jun 16, 2010
2 parents 91788cf + 509de65 commit 3b3b9a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Documentation/blame-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ of lines before or after the line given by <start>.
running extra passes of inspection.
+
<num> is optional but it is the lower bound on the number of
alphanumeric characters that git must detect as moving
alphanumeric characters that git must detect as moving/copying
within a file for it to associate those lines with the parent
commit.
commit. The default value is 20.

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

-h::
--help::
Expand Down

0 comments on commit 3b3b9a6

Please sign in to comment.