When using a Git repository with Toad, if you have a file with a certain special character in it, such as ' ä ' in the file name, the file is not shown in the VCS list in the Team Coding Manager, even though it is in the git repository successfully.
For example, if you add a file such as 'speciäl.txt' to the repository, using the command: git add speciäl.txt , this works ok, and also in the Git status command, it shows this particular file - with a different name due to the special character, in the command line output in Git. This file is not shown in Toad though.