From: Johannes Schindelin Date: Fri, 22 Jun 2018 11:09:11 +0000 (+0200) Subject: vcbuild/README: update to accommodate for missing common-cmds.h X-Git-Tag: v2.19.0-rc0~120^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ede8d89bb1199718c6219cc27d34b9eb56bbe761;p=thirdparty%2Fgit.git vcbuild/README: update to accommodate for missing common-cmds.h In 60f487ac0ef (Remove common-cmds.h, 2018-05-10), we forgot to adjust this README when removing the common-cmds.h file. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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