Browse Source
Previously, the code assumed all commits in the old pack would also be present in the new pack. This assumption caused an ArrayIndexOutOfBoundsException during remapping of ids. Fix the iterator to only return entries that may be remapped. Furthermore, update getBitmap() to return null if commit does not exist in the new pack. Change-Id: I065babe8cd39a7654c916bd01c7012135733dddfstable-3.0
Colby Ranger
12 years ago
1 changed files with 18 additions and 3 deletions
Loading…
Reference in new issue