You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after opening the commit view (cc), it doesn't seem possible to exit without committing, even when the file is not saved, and no comment is written. a commit with only comments is always created:
Author: cfal <[email protected]>
Date: Fri Jul 29 07:15:32 2022 +0800
# On branch master
# Your branch is up to date with 'origin/master'.
...
I've run into this exact same issue. In fact, I've also written a partial commit message, saved and closed the commit buffer, and then answered "no" to the commit prompt, and still ended up with the commit going through.
Description
after opening the commit view (
cc
), it doesn't seem possible to exit without committing, even when the file is not saved, and no comment is written. a commit with only comments is always created:Neovim version
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Operating system and version
Ubuntu 20.04
Steps to reproduce
cc
)q
Expected behavior
No commit is created if no message is written.
Actual behavior
A commit is created.
Minimal config
The text was updated successfully, but these errors were encountered: