Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Merge branch 'stable-4.9' into stable-4.10stable-4.10Matthias Sohn2-2/+1
2019-09-03Merge branch 'stable-4.9' into stable-4.10Matthias Sohn5-271/+165
2019-09-03Bazel: Update bazlets to the latest master revisionstable-4.9David Pursehouse1-1/+1
2019-09-03Bazel: Remove FileTreeIteratorWithTimeControl from BUILD fileDavid Pursehouse1-1/+0
2019-09-03BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2-60/+87
2019-09-03Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2-177/+0
2019-09-03Fix RacyGitTests#testRacyGitDetectionMatthias Sohn1-11/+26
2019-09-03Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki1-25/+24
2019-09-03Silence API warningsMatthias Sohn1-8/+51
2019-04-18Merge branch 'stable-4.9' into stable-4.10Matthias Sohn6-27/+80
2019-04-18Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn56-333/+333
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-21Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2-2/+22
2019-03-20Fix GC to delete empty fanout directories after repackingMatthias Sohn2-2/+22
2019-03-13Merge branch 'stable-4.9' into stable-4.10Matthias Sohn6-13/+97
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-11Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-26/+35
2019-03-11Reduce contention on PackFile.idx() function.Juergen Denner1-26/+35
2019-03-06Merge branch 'stable-4.9' into stable-4.10David Pursehouse7-11/+74
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

Back to the top