When the `vcxproj` target was introduced in `config.mak.uname` to allow
building Git with the Visual C toolchain, the `git remote-ext` command
was always executed in its dashed form. Therefore, it was impossible to
pass the test suite unless that command existed in its dashed form, and
we had to special-case this.
Later, when the `vcxproj` target got out of fashion because Visual
Studio gained native support for CMake builds, this special-casing was
copied without questioning it.
But as of
|
||
|---|---|---|
| .. | ||
| Generators | ||
| CMakeLists.txt | ||
| Generators.pm | ||
| engine.pl | ||
| generate | ||
| git-version.in | ||
| parse.pl | ||