]> git.ipfire.org Git - thirdparty/git.git/commit
git maintenance: avoid console window in scheduled tasks on Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 9 Aug 2023 16:54:47 +0000 (16:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Aug 2023 20:58:15 +0000 (13:58 -0700)
commit0050f8e401a70b1eda9e7358b04e6d6ef3d64ab1
tree0c0a82aa7e34a61697f146f9024a4e4624ea409e
parent4b8a2717bb5ea6b787e0037174dcbf53ccf4985c
git maintenance: avoid console window in scheduled tasks on Windows

We just introduced a helper to avoid showing a console window when the
scheduled task runs `git.exe`. Let's actually use it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c