aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve LargeObjectException reportingShawn O. Pearce2010-08-301-1/+73
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-271-0/+77
* Complete an abbreviation when formatting a patchShawn O. Pearce2010-08-252-0/+104
* Add ObjectId to the LargeObjectExceptionShawn O. Pearce2010-08-251-2/+26
* Export the ObjectId on MissingObjectExceptionShawn O. Pearce2010-08-201-0/+8
* Add openStream to ObjectLoader for big blobsShawn O. Pearce2010-06-301-0/+67
* Create NoWorkTreeException for bare repositoriesShawn O. Pearce2010-06-301-0/+59
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-1/+1
* Redo PackWriter object reuse outputShawn O. Pearce2010-06-261-0/+61
* Externalize strings from JGitSasa Zivkov2010-05-1913-14/+45
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-121-0/+70
|\
| * Catch and report "ERR message" during remote advertisementsShawn O. Pearce2010-03-121-0/+70
* | Provide NLS support in JGit.Sasa Zivkov2010-03-113-0/+245
|/
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-2/+30
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-317-12/+12
* Include description for missing bundle prereqsSasa Zivkov2009-10-011-8/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2925-0/+1916