From: Junio C Hamano Date: Tue, 24 Jul 2018 21:50:50 +0000 (-0700) Subject: Merge branch 'nd/command-list' X-Git-Tag: v2.19.0-rc0~120 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/b7d510e8d55968eb448dc908f95c8e717d9e52cc?hp=d1cd2205c28fdf90095097e3270d0c52db90080a Merge branch 'nd/command-list' Build doc update for Windows. * nd/command-list: vcbuild/README: update to accommodate for missing common-cmds.h --- diff --git a/compat/vcbuild/README b/compat/vcbuild/README index df8a6574c9..60fd873fe8 100644 --- a/compat/vcbuild/README +++ b/compat/vcbuild/README @@ -30,8 +30,8 @@ The Steps of Build Git with VS2008 the git operations. 3. Inside Git's directory run the command: - make common-cmds.h - to generate the common-cmds.h file needed to compile git. + make command-list.h + to generate the command-list.h file needed to compile git. 4. Then either build Git with the GNU Make Makefile in the Git projects root