We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to be able to cancel amending to the last commit and do not have it commited anyway.
Especially while amending it's important to have cancellation working, as it can get time consuming to restore the previous state.
For now, I quit the editor(lol 🥲 ) if I enter a commit amend dialog and want to stop the amend process.
stable v0.8.x | nightly
Linux
Trigger commit amend in neogit ca then e.g., q to quit.
Commit won't get amended when just quitting without saving / confirming.
Commit amend happens anyway.
-
The text was updated successfully, but these errors were encountered:
Does this issue still happen?
Sorry, something went wrong.
I'm using #441 since months as it also solves this.
But it still does happen checking back on current master 36ffabb
Successfully merging a pull request may close this issue.
Description
I would like to be able to cancel amending to the last commit and do not have it commited anyway.
Especially while amending it's important to have cancellation working, as it can get time consuming to restore the previous state.
For now, I quit the editor(lol 🥲 ) if I enter a commit amend dialog and want to stop the amend process.
Neovim version
stable v0.8.x | nightly
Operating system and version
Linux
Steps to reproduce
Trigger commit amend in neogit ca then e.g., q to quit.
Expected behavior
Commit won't get amended when just quitting without saving / confirming.
Actual behavior
Commit amend happens anyway.
Minimal config
-
The text was updated successfully, but these errors were encountered: