summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * JGit v4.5.6.201903121547-rv4.5.6.201903121547-rMatthias Sohn2019-03-1256-59/+59
| | | | | | | | | * Check for packfile validity and fd before readingLuca Milanesio2019-03-121-0/+8
| | | | | | | | | * Move throw of PackInvalidException outside the catchLuca Milanesio2019-03-121-2/+3
| | | | | | | | | * Use FileSnapshot to get lastModified on PackFileLuca Milanesio2019-03-121-1/+1
| | | | | | | | | * Include size when comparing FileSnapshotLuca Milanesio2019-03-125-9/+107
| | | | | | | | | * Do not reuse packfiles when changed on filesystemLuca Milanesio2019-03-122-2/+15
| | | | | | | | | * Silence API warnings for new API introduced for fixesMatthias Sohn2019-03-121-0/+14
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-121-26/+35
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-121-26/+35
| |\| | | | | | | |
| | * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-121-26/+35
| | |\| | | | | | |
| | | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-121-26/+35
| | | |\| | | | | |
| | | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-121-26/+35
| | | | |\| | | | |
| | | | | * | | | | Reduce contention on PackFile.idx() function.Juergen Denner2019-03-111-26/+35
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-03-060-0/+0
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2019-03-060-0/+0
| |\| | | | | | | |
| | * | | | | | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-067-11/+74
| | |\| | | | | | |
| | | * | | | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-067-11/+74
| | | |\| | | | | |
| | | | * | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-067-11/+74
| | | | |\| | | | |
| | | | | * | | | | Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2019-03-062-3/+3
| | | | | * | | | | Properly format pack checksums in PackFile.idx()Matthias Sohn2019-03-061-2/+3
| | | | | * | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-062-1/+53
| | | | | * | | | | PackFile: report correct message for checksum mismatchLuca Milanesio2019-03-062-6/+7
| | | | | * | | | | ObjectDirectory: Clean up loggingDavid Pursehouse2019-03-063-2/+7
| | | | | * | | | | Bazel: Stop using native.git_repositoryDavid Pursehouse2019-03-061-1/+3
| | | | | * | | | | ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio2019-03-061-0/+2
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-03-056-12/+71
|\| | | | | | | | |
| * | | | | | | | | Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2019-03-042-3/+3
| * | | | | | | | | Properly format pack checksums in PackFile.idx()Matthias Sohn2019-03-041-2/+3
| * | | | | | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-032-1/+53
| * | | | | | | | | PackFile: report correct message for checksum mismatchLuca Milanesio2019-03-032-6/+7
| * | | | | | | | | ObjectDirectory: Clean up loggingDavid Pursehouse2019-03-033-2/+7
| * | | | | | | | | Bazel: Stop using native.git_repositoryDavid Pursehouse2019-03-031-1/+3
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-02-181-0/+2
|\| | | | | | | | |
| * | | | | | | | | ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio2019-02-141-0/+2
* | | | | | | | | | Prepare 5.2.2-SNAPSHOT buildsMatthias Sohn2018-12-2767-407/+407
* | | | | | | | | | JGit v5.2.1.201812262042-rv5.2.1.201812262042-rMatthias Sohn2018-12-2767-71/+71
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2018-12-270-0/+0
|\| | | | | | | | |
| * | | | | | | | | Prepare 5.1.6-SNAPSHOT buildsMatthias Sohn2018-12-2757-358/+358
| * | | | | | | | | JGit v5.1.5.201812261915-rv5.1.5.201812261915-rMatthias Sohn2018-12-2756-59/+59
* | | | | | | | | | UploadPack: Filter refs used for deepen-not resolutionJonathan Nieder2018-12-261-1/+34
* | | | | | | | | | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-2610-106/+249
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Jonathan Nieder2018-12-261-2/+4
| |\| | | | | | | |
| | * | | | | | | | UploadPack: Avoid calling AdvertiseRefsHook twiceJonathan Nieder2018-12-261-2/+4
| * | | | | | | | | Prepare 5.1.5-SNAPSHOT buildsMatthias Sohn2018-12-2657-358/+358
| * | | | | | | | | JGit v5.1.4.201812251853-rv5.1.4.201812251853-rMatthias Sohn2018-12-2657-60/+74
| * | | | | | | | | UploadPack: Filter refs used for want-ref resolutionJonathan Nieder2018-12-262-1/+42
| * | | | | | | | | UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-264-77/+50
| * | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-12-254-33/+146
| |\| | | | | | | |
| | * | | | | | | | Call AdvertiseRefsHook for protocol v2Masaya Suzuki2018-12-251-14/+46
| | * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-12-254-19/+100
| | |\| | | | | | |