aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Put filter spec information in a dedicated objectMatthew DeVore2019-03-227-40/+86
* Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-222-26/+2
* Introduce a checkNotNull helperJonathan Nieder2019-03-222-4/+28
* Merge branch 'stable-5.3'Matthias Sohn2019-03-211-2/+5
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-211-2/+5
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-211-2/+5
| | |\
| | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-2/+5
| | | |\
| | | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-2/+5
| | | | |\
| | | | | * 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
* | | | | | | | Move filter-line-parsing code to a separate fileMatthew DeVore2019-03-203-40/+100
* | | | | | | | Use RefMap instead of HashMapMasaya Suzuki2019-03-203-6/+87
* | | | | | | | DescribeCommand: Add a missing dots at the end of docsSebastian Schuberth2019-03-181-2/+2
* | | | | | | | BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map)Ivan Frade2019-03-142-3/+4
* | | | | | | | Merge branch 'stable-5.3'Matthias Sohn2019-03-135-13/+91
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-135-13/+91
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-135-13/+91
| | |\| | | | |
| | | * | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-135-13/+91
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-135-13/+91
| | | | |\| | |
| | | | | * | | 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-5.3'Matthias Sohn2019-03-122-27/+40
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-121-26/+35
| |\| | | | | | | | | |
| | * | | | | | | | | | 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-4.11' into stable-5.0David Pursehouse2019-03-064-8/+16
| | | | |\| | | | | | |
| | | | | * | | | | | | 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
| * | | | | | | | | | | Avoid NPE in ObjectId.isId()Michael Keppler2019-03-091-1/+5
* | | | | | | | | | | | Fix Javadoc typoMichael Keppler2019-03-081-1/+1