Is there a way to create an empty commit (i.e. no actual changes) in IntelliJ IDEA 2018.1 (using git with the Git Integration plugin)?
I'm looking for the equivalent of
git commit --allow-empty -m "foo"
but using GUI.
Trying to commit an empty changelist simply yields a "No changes detected" error message.