aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbreviatedObjectId.java
Commit message (Expand)AuthorAgeFilesLines
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+5
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-111-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-7/+7
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-7/+29
* Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-1/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+2
* Remove 86 boxing warningsKevin Sawicki2012-05-081-2/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make AbbreviatedObjectId serializableRobin Stocker2010-10-281-1/+4
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-1/+99
* Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+15
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+6
* Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-281-4/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+260