Skip to content

Commit ab142d6

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? bugreport: generate config safelist based on docs
The Visual Studio build is a special beast: as we cannot assume the presence of any Unix tools on Windows, we have to commit all of the files generated via shell scripts. These two generated header files are no exception. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0294fe7 commit ab142d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.mak.uname

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,10 @@ vcxproj:
788788
git add -f git/LinkOrCopyBuiltins.targets git-remote-http/LinkOrCopyRemoteHttp.targets
789789

790790
# Add command-list.h
791-
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h
792-
git add -f command-list.h
791+
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h \
792+
config-list.h bugreport-config-safelist.h
793+
git add -f command-list.h \
794+
config-list.h bugreport-config-safelist.h
793795

794796
# Add scripts
795797
rm -f perl/perl.mak

0 commit comments

Comments
 (0)