progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

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

Closed andrei-korshikov closed 10 months ago

andrei-korshikov commented 10 months ago

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

ben commented 10 months ago

Thanks! ✨