summaryrefslogtreecommitdiff
path: root/Documentation/git-pickaxe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-pickaxe.txt')
-rw-r--r--Documentation/git-pickaxe.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/git-pickaxe.txt b/Documentation/git-pickaxe.txt
index ebae20ff33..6d22fd9e99 100644
--- a/Documentation/git-pickaxe.txt
+++ b/Documentation/git-pickaxe.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git-pickaxe' [-c] [-l] [-t] [-f] [-n] [-p] [-L n,m] [-S <revs-file>]
- [-M] [--since=<date>] [<rev>] [--] <file>
+ [-M] [-C] [-C] [--since=<date>] [<rev>] [--] <file>
DESCRIPTION
-----------
@@ -73,6 +73,14 @@ OPTIONS
to the child commit. With this option, both groups of
lines are blamed on the parent.
+-C::
+ In addition to `-M`, detect lines copied from other
+ 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 looks for copies from all other files in the
+ parent for the commit that creates the file in addition.
+
-h, --help::
Show help message.