aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevObjectTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+2
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-9/+9
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-061-0/+1
* RevObjectTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-02-051-3/+6
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+17
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-5/+5
* Abstract out utility functions for creating test commitsShawn O. Pearce2010-01-121-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+177