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: add support for filenames starting with tilde #96

Open rimrul opened 1 year ago

rimrul commented 1 year ago

When working with literal filenames that start with a tilde, we need to work around TCL helpfully expanding that into a users home directory.

I hope I've caught all the issues with filenames like ~.txt.

This fixes https://github.com/git-for-windows/git/issues/4349