aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectId.java
Commit message (Expand)AuthorAgeFilesLines
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Avoid NPE in ObjectId.isId()Michael Keppler2019-03-091-1/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-10/+10
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-0/+6
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-2/+11
* Organize importsDavid Pursehouse2016-11-141-4/+4
* Fix typos in javadoc of ObjectId.equals()Matthias Sohn2015-07-201-4/+4
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-5/+3
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-1/+4
* Store Git on any DHTShawn O. Pearce2011-05-051-1/+1
* Fix formatting of serialization code in ObjectIdShawn O. Pearce2010-08-191-3/+4
* Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-161-2/+24
* Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-281-4/+5
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-9/+9
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+273