You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When git-gui encounters a file name starting with a tilde character (~),
TCL "helpfully" expands that tilde into a (probably non-existing) users
home directory. But in git-gui we're often not dealing with user supplied
paths, where such an expansion might be expected, but actual names of files.
Prevent TCL from doing tilde expansion on these literal filenames.
This fixesgit-for-windows#4349
Signed-off-by: Matthias Aßhauer <[email protected]>
Setup
defaults?
Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
View the contents of the file in the main window.
The message appears: "Error loading file: user ".txt" doesn't exist"
The text was updated successfully, but these errors were encountered: