aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMatthias Sohn2020-06-101-1/+1
* Refactor: Make retriveCompressed an method of the Bitmap classYunjie Li2020-05-121-0/+10
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove deprecated BitmapBuilder#addMatthias Sohn2018-03-101-13/+0
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-1/+5
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Add missing javadoc to bitmap index classesMatthias Sohn2015-11-101-1/+3
* Make BitmapBuilder.getBitmapIndex publicJonathan Nieder2015-11-051-0/+7
* Deprecate BitmapBuilder.add and introduce simpler addObject methodJonathan Nieder2015-11-051-0/+14
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-1/+5
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Added read/write support for pack bitmap index.Colby Ranger2013-03-051-0/+190