]> source.dussan.org Git - jgit.git/commit
Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...
authorJonathan Nieder <jrn@google.com>
Thu, 5 Nov 2015 22:08:25 +0000 (17:08 -0500)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Thu, 5 Nov 2015 22:08:26 +0000 (17:08 -0500)
commit10fe4a54050d1eb9021322993bbee220e31cb2a0
tree6800f087ec3280caf1eecd0263d551c54a377fd9
parentc4d73fb7cc2bd4a853d9657bb074719546294ae1
parent42f0a3d51df967d0f06b29221f768d2c94cd7cd0
Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...

* changes:
  Remove BitmapRevFilter.getCountOfLoadedCommits
  Make BitmapBuilder.getBitmapIndex public
  Deprecate BitmapBuilder.add and introduce simpler addObject method
  Add @Override annotations to BitmapIndexImpl
  Rely on bitmap RevFilter to filter walk during bitmap selection
  Use 'reused' bitmap to filter walk during bitmap selection
  Rely on bitmap RevFilter to filter tip commit setup walk
  Use 'reused' bitmap to filter tip commit setup walk
  Include ancestors of reused bitmap commits in reuse bitmap again