aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ObjectIdTest.java
Commit message (Expand)AuthorAgeFilesLines
* ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-291-0/+13
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
* Organize importsDavid Pursehouse2016-11-141-1/+0
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+17
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-2/+19
* Add MutableObjectId setByte to modify a mutable idShawn O. Pearce2010-11-041-0/+29
* Add ObjectId getByte for random accessShawn O. Pearce2010-11-041-0/+125