aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectIdOwnerMap.java
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix NPE in ObjectIdOwnerMap#getMatthias Sohn2019-08-181-0/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-18/+28
* Add missing @Override found by ErrorProneShawn Pearce2016-11-141-3/+5
* Don't serialize internal hash collision chain linkThomas Wolf2016-10-291-1/+1
* PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-291-2/+2
* [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-281-3/+3
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-131-0/+356