Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-18JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn56-59/+59
2019-04-18Merge branch 'stable-4.8' into stable-4.9Matthias Sohn6-28/+81
2019-04-16Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn5-28/+82
2019-04-16Prepare 4.7.10-SNAPSHOT buildsstable-4.7Matthias Sohn56-321/+321
2019-04-16JGit v4.7.9.201904161809-rv4.7.9.201904161809-rMatthias Sohn56-59/+59
2019-04-16Merge branch 'stable-4.6' into stable-4.7Matthias Sohn5-29/+83
2019-04-16Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn5-44/+82
2019-04-15Prepare 4.5.8-SNAPSHOT buildsstable-4.5Matthias Sohn56-302/+302
2019-04-15JGit v4.5.7.201904151645-rv4.5.7.201904151645-rMatthias Sohn56-59/+59
2019-04-11Remember the cause for invalidating a packfileLuca Milanesio5-23/+76
2019-04-10Fix API problem filtersMatthias Sohn2-24/+1
2019-04-09Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2-6/+54
2019-03-20Fix GC to delete empty fanout directories after repackingMatthias Sohn2-2/+22
2019-03-13Prepare 4.9.10-SNAPSHOT buildsMatthias Sohn56-333/+333
2019-03-13JGit v4.9.9.201903122025-rv4.9.9.201903122025-rMatthias Sohn56-59/+59
2019-03-13Merge branch 'stable-4.8' into stable-4.9Matthias Sohn6-13/+97
2019-03-13Merge branch 'stable-4.7' into stable-4.8Matthias Sohn6-13/+97
2019-03-12Prepare 4.7.9-SNAPSHOT buildsMatthias Sohn56-321/+321
2019-03-12JGit v4.7.8.201903121755-rv4.7.8.201903121755-rMatthias Sohn56-59/+59
2019-03-12Merge branch 'stable-4.6' into stable-4.7Matthias Sohn6-13/+97
2019-03-12Merge branch 'stable-4.5' into stable-4.6Matthias Sohn6-13/+113
2019-03-12Prepare 4.5.7-SNAPSHOT buildsMatthias Sohn56-302/+302
2019-03-12JGit v4.5.6.201903121547-rv4.5.6.201903121547-rMatthias Sohn56-59/+59
2019-03-12Check for packfile validity and fd before readingLuca Milanesio1-0/+8
2019-03-12Move throw of PackInvalidException outside the catchLuca Milanesio1-2/+3
2019-03-12Use FileSnapshot to get lastModified on PackFileLuca Milanesio1-1/+1
2019-03-12Include size when comparing FileSnapshotLuca Milanesio5-9/+107
2019-03-12Do not reuse packfiles when changed on filesystemLuca Milanesio2-2/+15
2019-03-12Silence API warnings for new API introduced for fixesMatthias Sohn1-0/+14
2019-03-11Reduce contention on PackFile.idx() function.Juergen Denner1-26/+35
2019-03-06Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2-3/+3
2019-03-06Properly format pack checksums in PackFile.idx()Matthias Sohn1-2/+3
2019-03-06Cancel gc if thread was interruptedMatthias Sohn2-1/+53
2019-03-06PackFile: report correct message for checksum mismatchLuca Milanesio2-6/+7
2019-03-06ObjectDirectory: Clean up loggingDavid Pursehouse3-2/+7
2019-03-06Bazel: Stop using native.git_repositoryDavid Pursehouse1-1/+3
2019-03-06ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio1-0/+2
2018-12-24Prepare 4.9.9-SNAPSHOT buildsMatthias Sohn56-333/+333
2018-12-24JGit v4.9.8.201812241815-rv4.9.8.201812241815-rMatthias Sohn56-59/+59
2018-12-24UploadPack: Test filtering by AdvertiseRefsHook in stateless transportsMasaya Suzuki3-3/+94
2018-12-24Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2-14/+10
2018-12-24Merge branch 'stable-4.7' into stable-4.8Matthias Sohn1-13/+9
2018-12-24Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn57-324/+324
2018-12-24JGit v4.7.7.201812240805-rv4.7.7.201812240805-rMatthias Sohn56-59/+59
2018-12-24Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2-15/+11
2018-12-24Fix feature versions imported by feature org.eclipse.jgit.pgmMatthias Sohn1-2/+2
2018-12-24Merge branch 'stable-4.5' into stable-4.6Matthias Sohn1-13/+9
2018-12-24Prepare 4.5.6-SNAPSHOT buildsMatthias Sohn56-302/+302
2018-12-24JGit v4.5.5.201812240535-rv4.5.5.201812240535-rMatthias Sohn56-59/+59
2018-12-24Call AdvertiseRefsHook before validating wantsMasaya Suzuki1-13/+9

Back to the top