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

git-gui: add support for filenames starting with tilde #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rimrul
Copy link

@rimrul rimrul commented Mar 23, 2023

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 git-for-windows/git#4349

@rimrul rimrul changed the title git-gui: add support for filenames starting with tile git-gui: add support for filenames starting with tilde Mar 23, 2023
prevent TCL from doing tilde expansion on literal filenames.

This fixes git-for-windows/git#4349

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
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.

Git Gui can't view file with name starting with "~" in "Unstaged Changes" window
1 participant