]> git.ipfire.org Git - thirdparty/git.git/commit
windows: include the Python bits when building Git for Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 29 Jul 2022 15:41:09 +0000 (15:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jul 2022 16:47:33 +0000 (09:47 -0700)
commit49d279f89d9094ce29cc3fa5a219d2a29e552229
treee0fd4b4182c313cf1908325b2a2c4023a6154556
parent00d12607a27e387ad78b5957afa05e89c87e83a5
windows: include the Python bits when building Git for Windows

While Git for Windows does not _ship_ Python (in order to save on
bandwidth), MSYS2 provides very fine Python interpreters that users can
easily take advantage of, by using Git for Windows within its SDK.

Previously, we excluded the Python bits, mostly due to historical
reasons: In the Git for Windows v1.x days, we built Git using
MSys/MinGW, without support for any Python scripts.

Therefore, let's move out the `NO_PYTHON` definition from the generic
part of the MINGW section (which includes special handling for MSYS2/Git
for Windows, for the long-superseded msysGit environment, as well as for
the setup of probably just one developer remaining with their MSys1)
into the two sections that cover different environments than Git for
Windows' SDK.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname