aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-133-13/+64
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-133-13/+64
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-133-13/+64
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-133-13/+64
| | | |\
| | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-123-13/+64
| | | | |\
| | | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-123-13/+64
| | | | | |\
| | | | | | * 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-121-8/+37
| | | | | | * 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.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
| | * | | | | 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.10' into stable-4.11Matthias Sohn2018-10-062-1/+186
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-062-1/+186
| |\| | | | |
| | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-062-1/+186
| | |\| | | |
| | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-062-1/+186
| | | |\| | |
| | | | * | | BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-052-0/+40
| | | | * | | SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-052-1/+146
* | | | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-09-122-2/+4
|\| | | | | |
| * | | | | | 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
| | | | * | | Externalize warning message in RefDirectory.delete()Matthias Sohn2018-09-112-1/+3
| | | | * | | Suppress warning for trying to delete non-empty directoryThomas Wolf2018-09-111-0/+5
* | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-084-9/+39
|\| | | | | |
| * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-084-9/+39
| |\| | | | |
| | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-084-9/+39
| | |\| | | |
| | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-084-9/+39
| | | |\| | |
| | | | * | | Fix atomic lock file creation on NFSMatthias Sohn2018-09-072-4/+28
| | | | * | | Use constant for ".lock"Matthias Sohn2018-09-072-5/+8
| | | | * | | GC: Avoid logging errors when deleting non-empty foldersHector Caballero2018-09-051-0/+3