Maciej Gajek

Results 39 comments of Maciej Gajek

Could you estimate when to expect a fix for the described issue?

When repository state is APPLYING (e.g. after `git am`) you can freely checkout other branches, but the ongoing operation is not bound to one branch, rather it can always be...

Include Change-Notes in new-line at eof checking after the [Change-log issue](https://github.com/JetBrains/gradle-changelog-plugin/issues/126) gets resolved

Turns out we need to use a different flag, instead of `--keep-empty` we should be using `--empty drop` (or both). [Git rebase manual](https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---emptydropkeepask)

https://github.com/JetBrains/intellij-community/pull/2117