summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-031-60/+58
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-031-60/+58
| |\
| | * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-60/+58
* | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-185-27/+66
|\| |
| * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-185-27/+66
| |\|
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-185-27/+66
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-174-28/+68
| | | |\
| | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-164-28/+68
| | | | |\
| | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-164-28/+68
| | | | | |\
| | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-114-23/+62
| | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-2/+5
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-2/+5
| |\| | | | |
| | * | | | | Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-2/+5
* | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-135-13/+91
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-135-13/+91
| |\| | | | |
| | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-135-13/+91
| | |\| | | |
| | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-135-13/+91
| | | |\| | |
| | | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-125-13/+91
| | | | |\| |
| | | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-125-13/+91
| | | | | |\|
| | | | | | * 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-123-8/+64
| | | | | | * Do not reuse packfiles when changed on filesystemLuca Milanesio2019-03-122-2/+15
* | | | | | | 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-4.10' into stable-4.11David Pursehouse2019-03-064-8/+16
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-064-8/+16
| |\| | | | |
| | * | | | | Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2019-03-061-2/+2
| | * | | | | 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-061-5/+6
| | * | | | | ObjectDirectory: Clean up loggingDavid Pursehouse2019-03-062-2/+6
| | * | | | | ObjectDirectory: extra logging on packfile exceptionsLuca Milanesio2019-03-061-0/+2
* | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-12-251-13/+9
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-12-251-13/+9
| |\| | | | |
| | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-12-241-13/+9
| | |\| | | |
| | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-12-241-13/+9
| | | |\| | |
| | | | * | | 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
| | | | | |\|
| | | | | | * Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9
* | | | | | | Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-10/+8
* | | | | | | Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-1/+22
* | | | | | | Merge branch 'stable-4.10' into stable-4.11Jonathan Nieder2018-10-081-12/+16
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Jonathan Nieder2018-10-081-12/+16
| |\| | | | |
| | * | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-1/+0
| | |\| | | |
| | | * | | | Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-1/+0
| | | |\| | |
| | | | * | | SubmoduleValidator: Remove unused import of ConfigConstantsDavid Pursehouse2018-10-091-1/+0