aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/fsck
Commit message (Expand)AuthorAgeFilesLines
* FsckError: Use @Nullable as field annotation (before any modifier)Ivan Frade2018-10-091-1/+2
* FsckError.CorruptObject: Use @Nullable constructor for errorTypeIvan Frade2018-10-092-11/+7
* 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
* Fix javadoc in org.eclipse.jgit internal and fsck packagesMatthias Sohn2017-12-182-9/+52
* FsckPackParser: Fix warning about int being boxed to IntegerDavid Pursehouse2017-09-011-1/+2
* FsckPackParser: Fix "Empty block should be documented" warningsDavid Pursehouse2017-08-311-0/+3
* FsckPackParser: Fix warnings about variable hidingDavid Pursehouse2017-08-311-9/+9
* DfsFsck: reduce memory usage during verifyIndexShawn Pearce2017-08-301-8/+14
* Add commit check for head referencesZhen Chen2017-07-261-0/+7
* Add dfs fsck implementationZhen Chen2017-07-263-0/+475