summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-60/+58
* Silence API warningsMatthias Sohn2019-09-031-8/+51
* Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn2019-04-183-49/+49
* JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn2019-04-183-4/+4
* Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-186-28/+81
|\
| * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-175-28/+82
| |\
| | * Prepare 4.7.10-SNAPSHOT buildsstable-4.7Matthias Sohn2019-04-173-45/+45
| | * JGit v4.7.9.201904161809-rv4.7.9.201904161809-rMatthias Sohn2019-04-173-4/+4
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-165-29/+83
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-165-44/+82
| | | |\
| | | | * Prepare 4.5.8-SNAPSHOT buildsstable-4.5Matthias Sohn2019-04-163-43/+43
| | | | * JGit v4.5.7.201904151645-rv4.5.7.201904151645-rMatthias Sohn2019-04-153-4/+4
| | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-115-23/+76
| | | | * Fix API problem filtersMatthias Sohn2019-04-111-7/+1
| | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-2/+5
* | | | | Prepare 4.9.10-SNAPSHOT buildsMatthias Sohn2019-03-133-49/+49
* | | | | JGit v4.9.9.201903122025-rv4.9.9.201903122025-rMatthias Sohn2019-03-133-4/+4
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-136-13/+97
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-136-13/+97
| |\| | |
| | * | | Prepare 4.7.9-SNAPSHOT buildsMatthias Sohn2019-03-123-45/+45
| | * | | JGit v4.7.8.201903121755-rv4.7.8.201903121755-rMatthias Sohn2019-03-123-4/+4
| | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-126-13/+97
| | |\| |
| | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-126-13/+113
| | | |\|
| | | | * Prepare 4.5.7-SNAPSHOT buildsMatthias Sohn2019-03-123-43/+43
| | | | * JGit v4.5.6.201903121547-rv4.5.6.201903121547-rMatthias Sohn2019-03-123-4/+4
| | | | * 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-124-8/+72
| | | | * 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
* | | | | Reduce contention on PackFile.idx() function.Juergen Denner2019-03-111-26/+35
* | | | | 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-061-1/+1
* | | | | PackFile: report correct message for checksum mismatchLuca Milanesio2019-03-062-6/+7
* | | | | ObjectDirectory: Clean up loggingDavid Pursehouse2019-03-063-2/+7
* | | | | ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio2019-03-061-0/+2
* | | | | Prepare 4.9.9-SNAPSHOT buildsMatthias Sohn2018-12-253-49/+49
* | | | | JGit v4.9.8.201812241815-rv4.9.8.201812241815-rMatthias Sohn2018-12-253-4/+4
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-12-242-14/+10
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-12-241-13/+9
| |\| | |
| | * | | Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn2018-12-244-46/+46
| | * | | JGit v4.7.7.201812240805-rv4.7.7.201812240805-rMatthias Sohn2018-12-243-4/+4
| | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-12-241-13/+9
| | |\| |
| | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-12-241-13/+9
| | | |\|
| | | | * Prepare 4.5.6-SNAPSHOT buildsMatthias Sohn2018-12-243-43/+43
| | | | * JGit v4.5.5.201812240535-rv4.5.5.201812240535-rMatthias Sohn2018-12-243-4/+4
| | | | * Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9