Open
Description
Is your feature request related to a problem? Please describe.
cannot commit without commit message:
Describe the solution you'd like
allow empty commit message via
git commit --allow-empty-message -m ""
Describe alternatives you've considered
add custom command like:
However, I think it's better to create it by simply pressing Enter in the "commit summary" prompt.
Additional context
similar feature request: #2439