Skip to content

Commit 88d50e7

Browse files
artagnongitster
authored andcommitted
Document git-blame triple -C option
Lift the explanation of -CCC option in the source to the documentation. Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8efa5f6 commit 88d50e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Documentation/blame-options.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ commit.
9898
files that were modified in the same commit. This is
9999
useful when you reorganize your program and move code
100100
around across files. When this option is given twice,
101-
the command additionally looks for copies from all other
102-
files in the parent for the commit that creates the file.
101+
the command additionally looks for copies from other
102+
files in the commit that creates the file. When this
103+
option is given three times, the command additionally
104+
looks for copies from other files in any commit.
103105
+
104106
<num> is optional but it is the lower bound on the number of
105107
alphanumeric characters that git must detect as moving

Documentation/git-blame.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'git blame' [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
12-
[-S <revs-file>] [-M] [-C] [-C] [--since=<date>]
12+
[-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>]
1313
[<rev> | --contents <file> | --reverse <rev>] [--] <file>
1414

1515
DESCRIPTION

0 commit comments

Comments
 (0)