aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.5' into stable-5.6stable-5.6Matthias Sohn2021-12-301-2/+23
|\
| * Merge branch 'stable-5.4' into stable-5.5stable-5.5Matthias Sohn2021-12-301-2/+23
| |\
| | * Merge branch 'stable-5.3' into stable-5.4stable-5.4Matthias Sohn2021-12-301-2/+23
| | |\
| | | * Merge branch 'stable-5.2' into stable-5.3stable-5.3Matthias Sohn2021-12-301-2/+23
| | | |\
| | | | * Merge branch 'stable-5.1' into stable-5.2stable-5.2Matthias Sohn2021-12-301-2/+23
| | | | |\
| | | | | * Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-301-2/+23
* | | | | | Merge branch 'stable-5.5' into stable-5.6Thomas Wolf2021-12-262-13/+0
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Thomas Wolf2021-12-262-13/+0
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Thomas Wolf2021-12-262-13/+0
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Thomas Wolf2021-12-262-13/+0
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Thomas Wolf2021-12-262-13/+0
| | | | |\|
| | | | | * Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot cr...Thomas Wolf2021-12-262-13/+0
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-12-043-9/+35
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2021-12-043-9/+35
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-12-043-9/+35
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2021-12-043-9/+35
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2021-12-043-9/+35
| | | | |\|
| | | | | * storage: file: De-duplicate File.exists()+File.isFile()Nasser Grainawi2021-12-032-2/+2
| | | | | * RefDirectory.scanRef: Re-use file existence check done in snapshot creationKaushik Lingarkar2021-12-032-0/+13
| | | | | * FileSnapshot: Lazy load file store attributes cacheKaushik Lingarkar2021-12-021-7/+20
* | | | | | reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-282-17/+4
* | | | | | reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-271-6/+12
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-06-131-32/+3
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2021-06-051-32/+3
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-06-051-32/+3
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2021-06-051-32/+3
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2021-06-051-32/+3
| | | | |\|
| | | | | * Optimize RefDirectory.isNameConflicting()Kaushik Lingarkar2021-05-241-32/+3
* | | | | | Remove texts which were added by mistake in 00386272Matthias Sohn2021-05-111-4/+0
* | | | | | Fix formatting which was broken in 00386272Matthias Sohn2021-05-111-14/+13
* | | | | | LockFile: create OutputStream only when neededThomas Wolf2021-05-102-108/+105
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-12-021-0/+1
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-12-021-0/+1
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-12-021-0/+1
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-12-021-0/+1
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-12-021-0/+1
| | | | |\|
| | | | | * Fix PackInvalidException when fetch and repack run concurrentlyPetr Hrebejk2020-12-021-0/+1
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-272-5/+14
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-272-5/+14
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-272-5/+14
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-262-5/+14
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-262-5/+14
| | | | |\|
| | | | | * GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2020-11-262-1/+4
| | | | | * GC#deleteOrphans: handle failure to list files in pack directoryMatthias Sohn2020-11-261-2/+3
| | | | | * Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-261-2/+7
* | | | | | Update reftable storage repo layoutHan-Wen Nienhuys2020-03-042-44/+97
* | | | | | Move array designators from the variable to the typeDavid Pursehouse2020-02-272-4/+4
* | | | | | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-199-13/+13
* | | | | | Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-194-4/+4
* | | | | | Simplify ReftableCompactorHan-Wen Nienhuys2020-02-125-89/+42