Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
blame-options.txt: Add default value for `-M/-C` options.
author
Bo Yang
<struggleyb.nku@gmail.com>
Fri, 7 May 2010 04:51:57 +0000
(21:51 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 7 May 2010 16:34:59 +0000
(09:34 -0700)
Both `-M` and `-C` have default values and the <num> argument
the last `-C` option takes effect.
Signed-off-by: Bo Yang <struggleyb.nku@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
3bf7886
)
diff --git
a/Documentation/blame-options.txt
b/Documentation/blame-options.txt
index d8205691c6ff85dcbbe5f064463d4671ec10125e..16e3c685762a311eda1bbc39adb8ab19e000ec97 100644
(file)
--- a/
Documentation/blame-options.txt
+++ b/
Documentation/blame-options.txt
@@
-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
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
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
-C|<num>|::
In addition to `-M`, detect lines moved or copied from other
@@
-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
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
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::
-h::
--help::