Skip to content
New issue

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

Fix #1893: git commit should be able to wait for Kate editor #1896

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Fix #1893: git commit should be able to wait for Kate editor #1896

merged 1 commit into from
Aug 25, 2023

Conversation

andrei-korshikov
Copy link
Contributor

@andrei-korshikov andrei-korshikov commented Aug 11, 2023

Kate editor must be started with "--block" option so git commit can patiently wait for the editor to close the commit message file.

Context

Fixes #1893

Kate editor must be started with "--block" option so git commit can patiently
wait for the editor to close the commit message file.
@ben
Copy link
Member

ben commented Aug 25, 2023

Thanks! ✨

@ben ben merged commit e3e4380 into progit:main Aug 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using git config --global core.editor "kate" leads to "Aborting commit due to empty commit message" error
2 participants