aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/MutableObjectId.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
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-7/+7
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-6/+15
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-0/+18
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add MutableObjectId setByte to modify a mutable idShawn O. Pearce2010-11-041-0/+54
* Add MutableObjectId.copyFrom(AnyObjectId)Shawn O. Pearce2010-06-231-5/+15
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+5
* Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-281-4/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-8/+8
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+186