aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use API exception in RebaseTodoLineChristian Halstrick2013-12-111-0/+59
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-212-0/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Implement recursive merge strategyGeorge C. Young2013-02-221-0/+124
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-2710-18/+18
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Relax RevisionSyntaxException to an IllegalArgumentExceptionRobin Rosenberg2012-06-041-2/+1
* Remove obsolete GitlinksNotSupportedExceptionRobin Rosenberg2012-05-311-65/+0
* Remove 86 boxing warningsKevin Sawicki2012-05-082-3/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-1220-20/+20
* Add exception class for when locking a file failsKevin Sawicki2011-12-181-0/+90
* maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-221-0/+82
* Add String form of PackInvalidException constructorShawn O. Pearce2011-07-281-1/+11
* Enable providing credentials for HTTP authenticationShawn O. Pearce2010-11-101-0/+69
* ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-031-0/+64