commit | 00ed45af3092538837e2f0bfe025013fa85fec94 | [log] [tgz] |
---|---|---|
author | Jeff Schumacher <jeffschu@google.com> | Thu Jul 08 10:50:15 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jul 16 12:11:48 2010 -0700 |
tree | 6699c40b498c310f29f219165655f73d370c02d2 | |
parent | 199f41051d008b7b37bcac3d852c52cf26cbf6a8 [diff] |
Implemented rename detection Using the new RenameDetector class in JGit, I readded rename detection during in PatchListCacheImpl. It had previously been removed in change I0adfb7b6 with the switch to JGit. This also allowed me to remove the costly diff text generation and parsing that was being done. Change-Id: I55cbac0ed101acb8a0a64e95555197a92ab15440