aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+2
* Add missing @since tag to IntComparatorMatthias Sohn2023-05-011-0/+2
* IntList: add #sort using quick sort for O(n log n) runtime.Anna Papitto2023-04-281-0/+90
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-5/+18
* IntList: support contains(int)Shawn Pearce2017-07-281-0/+15
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Add set to IntListJohannes Schindelin2009-10-061-0/+18
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+134