aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/reftable/BlockReader.java
Commit message (Expand)AuthorAgeFilesLines
* BlockReader: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-3/+5
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-081-16/+3
|\
| * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-281-16/+3
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* reftable: increment pointer *after* reading uint16Han-Wen Nienhuys2019-08-191-1/+3
* reftable: add some more commentsHan-Wen Nienhuys2019-08-191-1/+7
* RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-261-8/+11
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-4/+4
* reftable: explicitly store update_index per refShawn Pearce2017-08-211-0/+5
* reftable: scan and lookup reftable filesShawn Pearce2017-08-171-0/+584