From 150a5daad0095d06d38eadefdde4703fa3cca3e5 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 29 Nov 2010 14:52:59 -0800 Subject: diff: add --detect-copies-harder as a synonym for --find-copies-harder Signed-off-by: Kevin Ballard Signed-off-by: Junio C Hamano --- Documentation/diff-options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index f3e95389aa..7246e10d3e 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -251,6 +251,7 @@ endif::git-log[] If `n` is specified, it has the same meaning as for `-M`. --find-copies-harder:: +--detect-copies-harder:: For performance reasons, by default, `-C` option finds copies only if the original file of the copy was modified in the same changeset. This flag makes the command -- cgit v1.3-5-g9baa