prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

Commit message input box stops working after hook failure #46

Closed surjikal closed 3 years ago

surjikal commented 3 years ago

I can no longer enter text into the commit message box after a hook fails. The rest of the UI (staging / unstaging, hitting the commit button, etc..) seems to work. This is on macOS. If I close and re-open git gui, it works again.

I can reproduce this with commit-msg and pre-commit hooks, have not tried others.

surjikal commented 3 years ago

This is possibly a bug with wish or something. The same problem happens in gitk after an error popup. Closing this.