git-machete-intellij-plugin
git-machete-intellij-plugin copied to clipboard
Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen
Does it really make sense to return `Option<...>` instead of `@Nullable ...` from some many methods?
Given that we've got Kotlin-like approach to nullness (i.e. nullness checked in compile time with Checker Framework), it doesn't really make sense to rely on `Option`s so much. They make...
The problem is the same like in issue https://github.com/VirtusLab/git-machete-intellij-plugin/issues/799
Closes https://github.com/VirtusLab/git-machete-intellij-plugin/issues/1063
Related to https://github.com/VirtusLab/ide-probe/issues/226 work in progess To be updated and merged after `0.45.0` release of ide-probe - if the release will have https://github.com/VirtusLab/ide-probe/pull/266 changes included.
Pretty easy to reproduce... just try to rebase onto `develop` a commit, whose all changes are already present on `develop` (and thus is "empty" from the PoV of the rebase)....
https://docs.gradle.org/current/userguide/toolchains.html
It's different format (SVG vs PNG). For now I would rather stick to present solution (for the sake of quick release). I will create an issue to investigate and solve...
Create some kind of dialog to inform user that current branch is not managed by plugin. Maybe create some checkbox to add this branch to plugin. Add also button to...