aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java
Commit message (Expand)AuthorAgeFilesLines
* FileReftableStack: use FileSnapshot to detect modificationMatthias Sohn2025-03-031-3/+37
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] FileReftableStack: fix EqualsUnsafeCastMatthias Sohn2023-09-251-0/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+3
* reftable: tweaks for WindowsHan-Wen Nienhuys2022-02-021-2/+11
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-05-111-37/+0
|\
| * Remove ReftableNumbersNotIncreasingExceptionHan-Wen Nienhuys2021-03-011-37/+0
* | Fix boxing warningsMatthias Sohn2021-02-171-1/+1
* | reftable: add random suffix to table namesHan-Wen Nienhuys2021-01-251-2/+6
* | [spotbugs] Fix FileReftableStack#equals to check for nullMatthias Sohn2020-12-221-0/+3
|/
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-2/+2
|\
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-2/+2
* | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-191-4/+0
|\|
| * Simplify ReftableCompactorHan-Wen Nienhuys2020-02-121-4/+0
* | Merge branch 'stable-5.6' into stable-5.7David Pursehouse2020-02-131-5/+7
|\|
| * reftable: don't check deadline on the first tryHan-Wen Nienhuys2020-02-111-1/+6
| * reftable: clarify commentHan-Wen Nienhuys2020-02-111-1/+1
| * reftable: remove outdated commentHan-Wen Nienhuys2020-02-101-3/+0
* | Add ReftableNumbersNotIncreasingException#toStringHan-Wen Nienhuys2020-01-151-0/+8
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-0/+768