Paweł Lipski
Paweł Lipski
TBD if it still makes sense now that the build supports both Java 11 and 17 though
Might be revisited when Java 11 support is dropped (#859)
Plugins for IntelliJ 2022.3 must be built on JDK 17 anyway (https://github.com/VirtusLab/git-machete-intellij-plugin/pull/1201)
Whoops... pls expand the abbrevs (even though I see _now_ what you mean by them)
As a visualization:  (not reproducible on my machine in the plugin currently since fork point overrides aren't handled yet)
In other projects, I typically dealt with that by removing `master` from `.git/machete`, and only reverting it around `develop`->`master` releases ;D
+1, let's include that in one of the incoming releases indeed :)
> corrupt submodule settings (e.g. edit path to submodule ...) Hmm to be fair very little can be guaranteed (also by `git` itself) in case someone corrupts vital settings like...
I think this one is at most `minor` (if it's an issue at all) unless it's also likely to affect users in more frequent corner cases
Whoops, actually this seems to also happen when the checkout is declined by the user (due to possible file conflicts)... branch is still getting slid in. Which I think merits...