aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors
Commit message (Expand)AuthorAgeFilesLines
* [6.0 API cleanup] StoredObjectRepresentationNotAvailableExceptionThomas Wolf2021-11-231-13/+7
* Make BinaryBlobException stacklessMatthias Sohn2021-11-161-0/+5
* searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+42
* Rename PackFile to PackNasser Grainawi2021-02-104-5/+4
* Merge branch 'stable-5.6'Matthias Sohn2020-02-222-3/+3
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-2/+2
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Remove duplicate copyright statementsMatthias Sohn2020-01-042-2/+0
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0448-1824/+240
|/
* IncorrectObjectTypeException: Fix typos in constructors' JavadocDavid Pursehouse2019-06-201-2/+2
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-191-2/+32
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-181-2/+32
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-181-2/+32
| | |\
| | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-161-2/+32
| | | |\
| | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-111-2/+32
* | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-2/+2
* | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1524-41/+41
* | | | | Remove deprecated StoredObjectRepresentationnotAvailableException ctorMatthias Sohn2018-03-091-15/+0
* | | | | Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse2018-01-191-1/+2
* | | | | Nullable: Switch to TYPE_USEDavid Pursehouse2018-01-181-2/+1
|/ / / /
* | | | LargeObjectException: Add constructor that takes ThrowableDavid Pursehouse2017-12-191-0/+11
* | | | InvalidPatternException: Add constructor that takes ThrowableDavid Pursehouse2017-12-191-0/+17
* | | | Use new StoredObjectRepresentationNotAvailableException constructorDavid Pursehouse2017-12-191-0/+4
* | | | StoredObjectRepresentationNotAvailableException: Add TODO to fix API in 5.0David Pursehouse2017-12-191-1/+1
* | | | StoredObjectRepresentationNotAvailableException: Add constructor that takes c...David Pursehouse2017-12-191-0/+15
* | | | Fix javadoc in org.eclipse.jgit errors packageMatthias Sohn2017-12-1831-47/+156
* | | | Introduce RawText#load.Han-Wen Nienhuys2017-10-241-0/+58
|/ / /
* | | Add dfs fsck implementationZhen Chen2017-07-261-0/+94
* | | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
|/ /
* | Merge branch 'stable-4.6'Matthias Sohn2017-03-273-0/+204
|\|
| * Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-263-0/+204
* | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* | Make GC cancellable when called programmaticallyHector Caballero2017-01-291-0/+62
|/
* Don't log error if system git config does not existMatthias Sohn2016-09-051-0/+87
* Better report on client side if push failed due to too large objectMatthias Sohn2016-05-301-2/+15
* Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-111-0/+13
* Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-4/+37
|\
| * ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-4/+37
* | DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-291-0/+80
|/
* Throw IndexReadException if existing index can't be readChristian Halstrick2015-11-191-0/+82
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-091-4/+4
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+9
* Avoid double-colon in InvalidObjectIdException descriptionJonathan Nieder2015-07-061-8/+9
* Tweak exception Javadoc to be eclipse-cleanJonathan Nieder2015-06-101-0/+1
* Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-022-0/+35
* Better report too large pack-files from PushCommandChristian Halstrick2015-05-271-2/+15
* Add missing @since tag to DiffInterruptedExceptionMatthias Sohn2015-03-191-0/+1
* Make MyersDiff interruptibleHugo Arès2015-03-171-0/+53
* Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-031-0/+15
* Possibility to limit the max pack size on receive-packSaša Živkov2014-02-251-0/+69