aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors/LargeObjectException.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* LargeObjectException: Add constructor that takes ThrowableDavid Pursehouse2017-12-191-0/+11
* Fix javadoc in org.eclipse.jgit errors packageMatthias Sohn2017-12-181-4/+17
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Improve LargeObjectException reportingShawn O. Pearce2010-08-301-1/+73
* Add ObjectId to the LargeObjectExceptionShawn O. Pearce2010-08-251-2/+26
* Add openStream to ObjectLoader for big blobsShawn O. Pearce2010-06-301-0/+67