summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-06-22 11:09:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-16 21:30:34 (GMT)
commitede8d89bb1199718c6219cc27d34b9eb56bbe761 (patch)
tree229cc85d30f80c2fe165aa39f95ded7fc4d37e65 /compat
parent6532f3740b1c228c0a2a03a4126f4f7e4f2d73e7 (diff)
downloadgit-ede8d89bb1199718c6219cc27d34b9eb56bbe761.zip
git-ede8d89bb1199718c6219cc27d34b9eb56bbe761.tar.gz
git-ede8d89bb1199718c6219cc27d34b9eb56bbe761.tar.bz2
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat')
-rw-r--r--compat/vcbuild/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/vcbuild/README b/compat/vcbuild/README
index df8a657..60fd873 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