aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* 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.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.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.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
* | | | | | 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
| * | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-11/+16
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-11/+16
| | |\| | |
| | | * | | SubmoduleValidator: Permit missing path or urlJonathan Nieder2018-10-081-11/+16
* | | | | | Merge branch 'stable-4.9' into stable-4.10Jonathan Nieder2018-10-071-2/+2
|\| | | | |
| * | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-071-2/+2
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-10-071-2/+2
| | |\| | |
| | | * | | ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse2018-10-071-2/+2
* | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-066-7/+448
|\| | | | |
| * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-066-7/+448
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-066-7/+448
| | |\| | |
| | | * | | BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-053-1/+64
| | | * | | ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-052-5/+229
| | | * | | SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-053-1/+155
* | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-181-7/+12
|\| | | | |
| * | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-181-7/+12
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-181-7/+12
| | |\| | |
| | | * | | Fix IOException when LockToken#close failsMatthias Sohn2018-09-151-7/+12
* | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-122-2/+4
|\| | | | |
| * | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-122-2/+4
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-122-2/+9
| | |\| | |
| | | * | | Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-09-121-1/+1