summaryrefslogtreecommitdiffstats
path: root/blame-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-17 02:44:04 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-17 02:44:04 +0000
commit5ca1dd1798d837bfcc50ba1cdd92484b4698dc96 (patch)
treeb8eaaaae585beae15df1ed617cf670e02c8ce6fc /blame-options.txt
parent3c8d6708edd626aea811216a8918dcb35bda2531 (diff)
downloadgit-htmldocs-5ca1dd1798d837bfcc50ba1cdd92484b4698dc96.tar.gz
Autogenerated HTML docs for v1.6.6-201-g56119
Diffstat (limited to 'blame-options.txt')
-rw-r--r--blame-options.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/blame-options.txt b/blame-options.txt
index 1625ffce6..4833cac4b 100644
--- a/blame-options.txt
+++ b/blame-options.txt
@@ -98,8 +98,10 @@ commit.
files that were modified in the same commit. This is
useful when you reorganize your program and move code
around across files. When this option is given twice,
- the command additionally looks for copies from all other
- files in the parent for the commit that creates the file.
+ the command additionally looks for copies from other
+ files in the commit that creates the file. When this
+ option is given three times, the command additionally
+ 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