git-p4: Add copy detection support
authorVitor Antunes <vitor.hda@gmail.com>
Sun, 20 Feb 2011 01:18:25 +0000 (01:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Feb 2011 18:58:16 +0000 (10:58 -0800)
Add new config options:
git-p4.detectCopies - Enable copy detection.
git-p4.detectCopiesHarder - Find copies harder.
The detectCopies option should be set to a true/false value.
The detectCopiesHarder option should be set to true/false value.
P4Submit can now process diff-tree C status and integrate files accordingly.

Signed-off-by: Vitor Antunes <vitor.hda@gmail.com>
Acked-by: Pete Wyckoff <pw@padd.com>
Acked-by: Tor Arvid Lund <torarvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found