Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Merge branch 'stable-4.11' into stable-5.0Matthias Sohn1-2/+32
2019-04-18Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-2/+32
2019-04-18Merge branch 'stable-4.8' into stable-4.9Matthias Sohn1-2/+32
2019-04-16Merge branch 'stable-4.6' into stable-4.7Matthias Sohn1-2/+32
2019-04-11Remember the cause for invalidating a packfileLuca Milanesio1-2/+32
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2-2/+2
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys24-41/+41
2018-03-09Remove deprecated StoredObjectRepresentationnotAvailableException ctorMatthias Sohn1-15/+0
2018-01-19Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse1-1/+2
2018-01-18Nullable: Switch to TYPE_USEDavid Pursehouse1-2/+1
2017-12-19LargeObjectException: Add constructor that takes ThrowableDavid Pursehouse1-0/+11
2017-12-19InvalidPatternException: Add constructor that takes ThrowableDavid Pursehouse1-0/+17
2017-12-19Use new StoredObjectRepresentationNotAvailableException constructorDavid Pursehouse1-0/+4
2017-12-19StoredObjectRepresentationNotAvailableException: Add TODO to fix API in 5.0David Pursehouse1-1/+1
2017-12-19StoredObjectRepresentationNotAvailableException: Add constructor that takes c...David Pursehouse1-0/+15
2017-12-18Fix javadoc in org.eclipse.jgit errors packageMatthias Sohn31-47/+156
2017-10-24Introduce RawText#load.Han-Wen Nienhuys1-0/+58
2017-07-26Add dfs fsck implementationZhen Chen1-0/+94
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse2-2/+2
2017-03-27Merge branch 'stable-4.6'Matthias Sohn3-0/+204
2017-03-26Only mark packfile invalid if exception signals permanent problemMatthias Sohn3-0/+204
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-01-30Make GC cancellable when called programmaticallyHector Caballero1-0/+62
2016-09-05Don't log error if system git config does not existMatthias Sohn1-0/+87
2016-05-30Better report on client side if push failed due to too large objectMatthias Sohn1-2/+15
2016-04-11Expose conflicting files in CheckoutConflictExceptionNed Twigg1-0/+13
2016-01-03Merge changes Idaed9310,I62bd7c0bMatthias Sohn1-4/+37
2015-12-30ObjectChecker: honor some git-core fsck.* optionsShawn Pearce1-4/+37
2015-12-29DirCache: Do not create duplicate tree entriesShawn Pearce1-0/+80
2015-11-19Throw IndexReadException if existing index can't be readChristian Halstrick1-0/+82
2015-07-09Report PackProtocolExceptions to client during receive-packDave Borowitz1-4/+4
2015-07-06Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder1-0/+9
2015-07-06Avoid double-colon in InvalidObjectIdException descriptionJonathan Nieder1-8/+9
2015-06-10Tweak exception Javadoc to be eclipse-cleanJonathan Nieder1-0/+1
2015-06-02Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2-0/+35
2015-05-27Better report too large pack-files from PushCommandChristian Halstrick1-2/+15
2015-03-19Add missing @since tag to DiffInterruptedExceptionMatthias Sohn1-0/+1
2015-03-17Make MyersDiff interruptibleHugo Arès1-0/+53
2014-04-03Throw CorruptObjectException when a bad object is foundShawn Pearce1-0/+15
2014-02-25Possibility to limit the max pack size on receive-packSaša Živkov1-0/+69
2013-12-11Don't use API exception in RebaseTodoLineChristian Halstrick1-0/+59
2013-03-21Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2-0/+3
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce1-1/+1
2013-02-22Implement recursive merge strategyGeorge C. Young1-0/+124
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg10-18/+18
2012-11-01Add Javadoc description for packagesRobin Stocker1-0/+4
2012-06-04Relax RevisionSyntaxException to an IllegalArgumentExceptionRobin Rosenberg1-2/+1
2012-05-31Remove obsolete GitlinksNotSupportedExceptionRobin Rosenberg1-65/+0
2012-05-09Remove 86 boxing warningsKevin Sawicki2-3/+3
2012-03-12Move JGitText to an internal packageRobin Rosenberg20-20/+20

Back to the top