git/contrib/buildsystems
Johannes Schindelin 2456374e78 cmake/vcxproj: stop special-casing `remote-ext`
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 675df192c5 (transport-helper: do not run git-remote-ext etc.
in dashed form, 2020-08-26), the reason for this special-casing no
longer exists. So let's just drop it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-12-17 12:48:54 -08:00
..
Generators win32: add a helper to run `git.exe` without a foreground window 2023-08-09 13:58:13 -07:00
CMakeLists.txt cmake/vcxproj: stop special-casing `remote-ext` 2024-12-17 12:48:54 -08:00
Generators.pm contrib/buildsystems: ignore irrelevant files in Generators/ 2019-07-29 14:51:42 -07:00
engine.pl win32: add a helper to run `git.exe` without a foreground window 2023-08-09 13:58:13 -07:00
generate mark Windows build scripts executable 2013-11-25 15:01:22 -08:00
git-version.in Makefile: refactor GIT-VERSION-GEN to be reusable 2024-12-07 07:52:08 +09:00
parse.pl mark Windows build scripts executable 2013-11-25 15:01:22 -08:00