aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RefMapTest.java
Commit message (Expand)AuthorAgeFilesLines
* tests: avoid assertEquals on same instanceIvan Frade2025-03-251-1/+1
* [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-291-0/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-5/+34
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-1/+91
* Create new RefList and RefMap utility typesShawn O. Pearce2010-01-221-0/+382