Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ObjectId: Add method to read an ObjectId from a ByteBuffer | Ivan Frade | 2024-08-29 | 1 | -0/+13 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
* | Don't rely on default locale when using toUpperCase() and toLowerCase() | Matthias Sohn | 2017-01-28 | 1 | -1/+3 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -1/+0 |
* | Throw InvalidObjectIdException from ObjectId.fromString("tooshort") | Jonathan Nieder | 2015-07-06 | 1 | -0/+17 |
* | cleanup: Prefer assertEquals over assertTrue(....equals(...)) | Robin Rosenberg | 2012-09-03 | 1 | -1/+1 |
* | Convert all JGit unit tests to JUnit 4 | Robin Rosenberg | 2010-12-31 | 1 | -2/+19 |
* | Add MutableObjectId setByte to modify a mutable id | Shawn O. Pearce | 2010-11-04 | 1 | -0/+29 |
* | Add ObjectId getByte for random access | Shawn O. Pearce | 2010-11-04 | 1 | -0/+125 |