prati0100 / git-gui

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

git-gui: fix inability to quit after closing another instance #91

Closed orgads closed 4 days ago

orgads commented 1 year ago

If you open 2 git gui instances in the same directory, then close one of them and try to close the other, an error message pops up, saying: 'error renaming ".git/GITGUI_BCK": no such file or directory', and it is no longer possible to close the window ever.

Fix by catching this error, and proceeding even if the file no longer exists.

orgads commented 1 year ago

ping

orgads commented 5 months ago

@prati0100?

prati0100 commented 6 days ago

@orgads Sorry, I no longer maintain this. https://github.com/j6t/git-gui is the fork that should be actively maintained.

Again, sorry for not replying earlier.

orgads commented 4 days ago

@prati0100 Thanks. I'll open a PR there.