Hi,
On Tue, Aug 25, 2009 at 11:32 AM, Frank Li[off-list ref] wrote:
quoted
that it's generated by generate-cmdlist.sh, so the VS user will need
to generate this file first (before compiling)?
I update http://repo.or.cz/w/gitbuild.git.
Add create_command.bat to create common-cmds.h.
This is great, thank you for adding this tool.
Today I ran 'git submodule update --init' and I recieved this error:
No submodule mapping found in .gitmodules for path 'ext/zlib'
The entry I have for zlib in .gitmodules is:
[submodule "ext\\zlib"]
path = ext\\zlib
url = git://repo.or.cz/zlib.git
Is this correct? All the others entries are configured like this:
[submodule ext/git]
path = ext/git
url = git://repo.or.cz/tgit.git
Another question: Is not better to put the README inside gitbuild with
the other files instead of compat/vcbuild/?