aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* FileReftableDatabase: mark autoRefresh volatileMatthias Sohn2025-03-041-7/+6
* Ensure access to autoRefresh is thread-safeMatthias Sohn2025-03-031-6/+7
* FileReftableDatabase: consider ref updates by another processMatthias Sohn2025-03-031-0/+54
* RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-271-5/+2
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-2/+3
* Add RefDatabase#getReflogReader methodsMatthias Sohn2025-01-271-1/+7
* Add pack-refs command to the CLIYash Chaturvedi2024-11-221-0/+19
* Add worktrees read supportJanne Valkealahti2024-07-141-4/+4
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+4
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-14/+1
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-151-6/+12
|\
| * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-081-6/+12
| |\
| | * reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-271-6/+12
* | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-271-0/+8
* | | [spotbugs] FileReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-2/+4
|/ /
* | Merge branch 'stable-5.6'Matthias Sohn2020-03-051-10/+15
|\|
| * Update reftable storage repo layoutHan-Wen Nienhuys2020-03-041-10/+15
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-111-0/+1
|\|
| * reftable: clear cache on full compactionHan-Wen Nienhuys2020-02-111-0/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-041-0/+6
* file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-0/+651