Browse Source
Optimized a small loop in findExactRenames. The loop would go through all the items in a list of DiffEntries even after it already found what it was looking for. I made it break out of the loop as soon as a good match was found. Change-Id: I28741e0c49ce52d8008930a87cd1db7037700a61stable-0.9
Jeff Schumacher
15 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue