aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GcLog.java
Commit message (Expand)AuthorAgeFilesLines
* GcLog: replace deprecated GitDateParser with GitTimeParserMatthias Sohn2024-12-291-4/+2
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+3
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-181-19/+3
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-181-19/+3
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-08-181-19/+3
| | |\
| | | * Fix GC run in foreground to not use executorHugo Arès2018-08-151-19/+3
* | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
|/ / /
* / / FileUtils.toPath to convert File to PathMarc Strapetz2017-11-141-2/+3
|/ /
* / Cleanup: Organize importsMatthias Sohn2017-08-301-6/+6
|/
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+191