lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

Replace usages of VcsLogMultiRepoJoiner #142

Closed lppedd closed 1 month ago

lppedd commented 1 month ago

VcsLogMultiRepoJoiner has been made package private in 2024.2 (89ceff7c686d51cdab095d2d613610d4ec652958).
Looks like it's easy enough to just "copy-paste" it into Conventional Commit, instead of using reflection.

lppedd commented 1 month ago

Reopening to avoid duplicates until the new version is released.

Update: uploaded to the marketplace, awaiting approval.