summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-24 21:50:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-24 21:50:50 (GMT)
commitb7d510e8d55968eb448dc908f95c8e717d9e52cc (patch)
tree81153d878bec2644498ce51cac92a165881dfc61 /compat
parentd1cd2205c28fdf90095097e3270d0c52db90080a (diff)
parentede8d89bb1199718c6219cc27d34b9eb56bbe761 (diff)
downloadgit-b7d510e8d55968eb448dc908f95c8e717d9e52cc.zip
git-b7d510e8d55968eb448dc908f95c8e717d9e52cc.tar.gz
git-b7d510e8d55968eb448dc908f95c8e717d9e52cc.tar.bz2
Merge branch 'nd/command-list'
Build doc update for Windows. * nd/command-list: vcbuild/README: update to accommodate for missing common-cmds.h
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