aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate layout of reftable stack in FileReftableStackMatthias Sohn2025-05-091-3/+2
* WriteReftable: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-2/+5
* RebuildCommitGraph: use java.time APIMatthias Sohn2024-12-251-2/+3
* PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-1/+2
* Bump jetty version to 12.0.9 and servlet-api to 6.0David Ostrovsky2024-05-081-2/+2
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-3/+3
* [errorprone] Fix BadImportMatthias Sohn2023-09-256-30/+16
* ReadChangedPathFilter: fix Non-externalized string literal warningJörg Kubitz2023-08-281-2/+2
* CommitGraphWriter: write changed-path filtersJonathan Tan2023-07-181-0/+83
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1615-18/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-312-3/+3
* Compare getting all refs except specific refs with seek and with filterGal Paikin2021-01-271-1/+53
* Remove reftree and ketchHan-Wen Nienhuys2020-12-151-140/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-224-6/+6
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-192-3/+3
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-192-3/+3
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-272-3/+7
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0416-608/+80
* | Set config "extensions" option when converting ref storage formatMatthias Sohn2019-12-151-2/+6
|/
* pgm: add write stats to BenchmarkReftableHan-Wen Nienhuys2019-11-161-1/+36
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-4/+2
* reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-201-2/+2
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+3
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-9/+13
|\
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-9/+13
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | Convert to lambda or member referenceCarsten Hammer2019-05-161-9/+5
* | Join catch sections using multicatchCarsten Hammer2019-04-132-7/+2
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-7/+9
* Make Reftable seek* and has* method names more consistentMinh Thai2018-07-111-1/+1
* Seek references by prefix in reftableMinh Thai2018-07-101-1/+1
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-6/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-154-4/+4
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-292-2/+2
* RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-272-6/+3
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-252-4/+4
* ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-4/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-5/+5
* DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-1816-0/+19
* LfsStore: Make inner class AppServer staticDavid Pursehouse2017-12-061-1/+1
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-302-5/+5
* reftable: debug toolsShawn Pearce2017-08-174-0/+924
* Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-081-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-15/+15