What about the common-cmds.h that is included in builtin-help.c? How it will be generated? I followed the instructions in ReadMe, then I can't compile because of this "missing" file. On Mon, Aug 17, 2009 at 1:05 PM, Frank Li wrote: > Add libgit.vcproj to build common library. > Add git.vcproj to build git program. > > Signed-off-by: Frank Li > --- > compat/vcbuild/git/git.vcproj | 197 +++++ > compat/vcbuild/libgit/libgit.vcproj | 1347 > +++++++++++++++++++++++++++++++++++ > 2 files changed, 1544 insertions(+), 0 deletions(-) > create mode 100644 compat/vcbuild/git/git.vcproj > create mode 100644 compat/vcbuild/libgit/libgit.vcproj > > diff --git a/compat/vcbuild/git/git.vcproj b/compat/vcbuild/git/git.vcproj > new file mode 100644 > index 0000000..6f85de3 > --- /dev/null > +++ b/compat/vcbuild/git/git.vcproj > @@ -0,0 +1,197 @@ > + > + + ProjectType="Visual C++" > + Version="9.00" > + Name="git" > + ProjectGUID="{E3E30E51-C5AD-407B-AB43-985E4111474A}" > + RootNamespace="git" > + Keyword="Win32Proj" > + TargetFrameworkVersion="196613" > + > > + > + + Name="Win32" > + /> > + > + > + > + > + + Name="Debug|Win32" > + > OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" > + IntermediateDirectory="$(ConfigurationName)" > + ConfigurationType="1" > + CharacterSet="0" > + > > + + Name="VCPreBuildEventTool" > + /> > + + Name="VCCustomBuildTool" > + /> > + + Name="VCXMLDataGeneratorTool" > + /> > + + Name="VCWebServiceProxyGeneratorTool" > + /> > + + Name="VCMIDLTool" > + /> > + + Name="VCCLCompilerTool" > + Optimization="0" > + > AdditionalIncludeDirectories="..\..\..;..\..\..\..\zlib;..\..;..\;..\include;..\..\..\compat;..\..\..\compat\fnmatch;..\..\..\compat\regex;.\" > + > PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" > + MinimalRebuild="true" > + BasicRuntimeChecks="3" > + RuntimeLibrary="3" > + UsePrecompiledHeader="0" > + WarningLevel="3" > + DebugInformationFormat="4" > + /> > + + Name="VCManagedResourceCompilerTool" > + /> > + + Name="VCResourceCompilerTool" > + /> > + + Name="VCPreLinkEventTool" > + /> > + + Name="VCLinkerTool" > + AdditionalDependencies="wininet.lib > ws2_32.lib " > + LinkIncremental="2" > + GenerateDebugInformation="true" > + SubSystem="1" > + TargetMachine="1" > + /> > + + Name="VCALinkTool" > + /> > + + Name="VCManifestTool" > + /> > + + Name="VCXDCMakeTool" > + /> > + + Name="VCBscMakeTool" > + /> > + + Name="VCFxCopTool" > + /> > + + Name="VCAppVerifierTool" > + /> > + + Name="VCPostBuildEventTool" > + /> > + > + + Name="Release|Win32" > + > OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" > + IntermediateDirectory="$(ConfigurationName)" > + ConfigurationType="1" > + CharacterSet="0" > + WholeProgramOptimization="1" > + > > + + Name="VCPreBuildEventTool" > + /> > + + Name="VCCustomBuildTool" > + /> > + + Name="VCXMLDataGeneratorTool" > + /> > + + Name="VCWebServiceProxyGeneratorTool" > + /> > + + Name="VCMIDLTool" > + /> > + + Name="VCCLCompilerTool" > + Optimization="2" > + EnableIntrinsicFunctions="true" > + > AdditionalIncludeDirectories="..\..\..;..\..\..\..\zlib;..\..;..\;..\include;..\..\..\compat;..\..\..\compat\fnmatch;..\..\..\compat\regex;.\" > + > PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" > + RuntimeLibrary="2" > + EnableFunctionLevelLinking="true" > + UsePrecompiledHeader="0" > + WarningLevel="3" > + DebugInformationFormat="3" > + /> > + + Name="VCManagedResourceCompilerTool" > + /> > + + Name="VCResourceCompilerTool" > + /> > + + Name="VCPreLinkEventTool" > + /> > + + Name="VCLinkerTool" > + AdditionalDependencies="wininet.lib > ws2_32.lib " > + LinkIncremental="1" > + GenerateDebugInformation="true" > + SubSystem="1" > + OptimizeReferences="2" > + EnableCOMDATFolding="2" > + TargetMachine="1" > + /> > + + Name="VCALinkTool" > + /> > + + Name="VCManifestTool" > + /> > + + Name="VCXDCMakeTool" > + /> > + + Name="VCBscMakeTool" > + /> > + + Name="VCFxCopTool" > + /> > + + Name="VCAppVerifierTool" > + /> > + + Name="VCPostBuildEventTool" > + /> > + > + > + > + > + > + + Name="Source Files" > + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" > + > UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + > > + + RelativePath="..\..\..\git.c" > + > > + > + > + + Name="Header Files" > + Filter="h;hpp;hxx;hm;inl;inc;xsd" > + > UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + > > + > + + Name="Resource Files" > + > Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" > + > UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > + > > + > + > + > + > + > diff --git a/compat/vcbuild/libgit/libgit.vcproj > b/compat/vcbuild/libgit/libgit.vcproj > new file mode 100644 > index 0000000..bbc3aed > --- /dev/null > +++ b/compat/vcbuild/libgit/libgit.vcproj > @@ -0,0 +1,1347 @@ > + > + + ProjectType="Visual C++" > + Version="9.00" > + Name="libgit" > + ProjectGUID="{F6DEC8C3-B803-4A86-8848-430F08B499E3}" > + RootNamespace="libgit" > + Keyword="Win32Proj" > + TargetFrameworkVersion="196613" > + > > + > + + Name="Win32" > + /> > + > + > + > + > + + Name="Debug|Win32" > + > OutputDirectory="$(SolutionDir)$(ConfigurationName)" > + IntermediateDirectory="$(ConfigurationName)" > + ConfigurationType="4" > + CharacterSet="0" > + > > + + Name="VCPreBuildEventTool" > + /> > + + Name="VCCustomBuildTool" > + /> > + + Name="VCXMLDataGeneratorTool" > + /> > + + Name="VCWebServiceProxyGeneratorTool" > + /> > + + Name="VCMIDLTool" > + /> > + + Name="VCCLCompilerTool" > + Optimization="0" > + InlineFunctionExpansion="1" > + > AdditionalIncludeDirectories="..\..\..;..\..\..\..\zlib;..\..;..\;..\include;..\..\..\compat;..\..\..\compat\fnmatch;..\..\..\compat\regex;.\" > + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" > + MinimalRebuild="true" > + BasicRuntimeChecks="3" > + RuntimeLibrary="3" > + UsePrecompiledHeader="0" > + WarningLevel="3" > + DebugInformationFormat="3" > + /> > + + Name="VCManagedResourceCompilerTool" > + /> > + + Name="VCResourceCompilerTool" > + /> > + + Name="VCPreLinkEventTool" > + /> > + + Name="VCLibrarianTool" > + /> > + + Name="VCALinkTool" > + /> > + + Name="VCXDCMakeTool" > + /> > + + Name="VCBscMakeTool" > + /> > + + Name="VCFxCopTool" > + /> > + + Name="VCPostBuildEventTool" > + /> > + > + + Name="Release|Win32" > + > OutputDirectory="$(SolutionDir)$(ConfigurationName)" > + IntermediateDirectory="$(ConfigurationName)" > + ConfigurationType="4" > + CharacterSet="0" > + WholeProgramOptimization="1" > + > > + + Name="VCPreBuildEventTool" > + /> > + + Name="VCCustomBuildTool" > + /> > + + Name="VCXMLDataGeneratorTool" > + /> > + + Name="VCWebServiceProxyGeneratorTool" > + /> > + + Name="VCMIDLTool" > + /> > + + Name="VCCLCompilerTool" > + Optimization="2" > + InlineFunctionExpansion="1" > + EnableIntrinsicFunctions="true" > + > AdditionalIncludeDirectories="..\..\..;..\..\..\..\zlib;..\..;..\;..\include;..\..\..\compat;..\..\..\compat\fnmatch;..\..\..\compat\regex;.\" > + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" > + RuntimeLibrary="2" > + EnableFunctionLevelLinking="true" > + UsePrecompiledHeader="0" > + WarningLevel="3" > + DebugInformationFormat="3" > + /> > + + Name="VCManagedResourceCompilerTool" > + /> > + + Name="VCResourceCompilerTool" > + /> > + + Name="VCPreLinkEventTool" > + /> > + + Name="VCLibrarianTool" > + /> > + + Name="VCALinkTool" > + /> > + + Name="VCXDCMakeTool" > + /> > + + Name="VCBscMakeTool" > + /> > + + Name="VCFxCopTool" > + /> > + + Name="VCPostBuildEventTool" > + /> > + > + > + > + > + > + + Name="Source Files" > + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" > + > UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + > > + + RelativePath="..\..\msvc.c" > + > > + > + + RelativePath="..\..\..\mozilla-sha1\sha1.c" > + > > + > + > + + Name="Header Files" > + Filter="h;hpp;hxx;hm;inl;inc;xsd" > + > UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + > > + + RelativePath="..\..\..\archive.h" > + > > + > + + RelativePath="..\..\..\attr.h" > + > > + > + + RelativePath="..\..\..\blob.h" > + > > + > + + RelativePath="..\..\..\branch.h" > + > > + > + + RelativePath="..\..\..\builtin.h" > + > > + > + + RelativePath="..\..\..\bundle.h" > + > > + > + + RelativePath="..\..\..\cache-tree.h" > + > > + > + + RelativePath="..\..\..\cache.h" > + > > + > + + RelativePath="..\..\..\color.h" > + > > + > + + RelativePath="..\..\..\commit.h" > + > > + > + + RelativePath="..\..\..\csum-file.h" > + > > + > + + RelativePath="..\..\..\decorate.h" > + > > + > + + RelativePath="..\..\..\delta.h" > + > > + > + + RelativePath="..\..\..\diff.h" > + > > + > + + RelativePath="..\..\..\diffcore.h" > + > > + > + + RelativePath="..\..\..\dir.h" > + > > + > + + RelativePath="..\..\..\exec_cmd.h" > + > > + > + + RelativePath="..\..\..\fetch-pack.h" > + > > + > + + RelativePath="..\..\..\fsck.h" > + > > + > + + RelativePath="..\..\..\git-compat-util.h" > + > > + > + + RelativePath="..\..\..\graph.h" > + > > + > + + RelativePath="..\..\..\grep.h" > + > > + > + + RelativePath="..\..\..\hash.h" > + > > + > + + RelativePath="..\..\..\help.h" > + > > + > + + RelativePath="..\..\..\http.h" > + > > + > + + RelativePath="..\..\..\levenshtein.h" > + > > + > + + RelativePath="..\..\..\list-objects.h" > + > > + > + + RelativePath="..\..\..\ll-merge.h" > + > > + > + + RelativePath="..\..\..\log-tree.h" > + > > + > + + RelativePath="..\..\..\mailmap.h" > + > > + > + + RelativePath="..\..\..\merge-recursive.h" > + > > + > + + RelativePath="..\..\..\notes.h" > + > > + > + + RelativePath="..\..\..\object.h" > + > > + > + + RelativePath="..\..\..\pack-refs.h" > + > > + > + + RelativePath="..\..\..\pack-revindex.h" > + > > + > + + RelativePath="..\..\..\pack.h" > + > > + > + + RelativePath="..\..\..\parse-options.h" > + > > + > + + RelativePath="..\..\..\patch-ids.h" > + > > + > + + RelativePath="..\..\..\pkt-line.h" > + > > + > + + RelativePath="..\..\..\progress.h" > + > > + > + + RelativePath="..\..\..\quote.h" > + > > + > + + RelativePath="..\..\..\reachable.h" > + > > + > + + RelativePath="..\..\..\reflog-walk.h" > + > > + > + + RelativePath="..\..\..\refs.h" > + > > + > + + RelativePath="..\..\..\remote.h" > + > > + > + + RelativePath="..\..\..\rerere.h" > + > > + > + + RelativePath="..\..\..\revision.h" > + > > + > + + RelativePath="..\..\..\run-command.h" > + > > + > + + RelativePath="..\..\..\send-pack.h" > + > > + > + + RelativePath="..\..\..\sha1-lookup.h" > + > > + > + + RelativePath="..\..\..\shortlog.h" > + > > + > + + RelativePath="..\..\..\sideband.h" > + > > + > + + RelativePath="..\..\..\sigchain.h" > + > > + > + + RelativePath="..\..\..\strbuf.h" > + > > + > + + RelativePath="..\..\..\string-list.h" > + > > + > + + RelativePath="..\..\..\tag.h" > + > > + > + + RelativePath="..\..\..\tar.h" > + > > + > + + RelativePath="..\..\..\thread-utils.h" > + > > + > + + RelativePath="..\..\..\transport.h" > + > > + > + + RelativePath="..\..\..\tree-walk.h" > + > > + > + + RelativePath="..\..\..\tree.h" > + > > + > + + RelativePath="..\..\..\unpack-trees.h" > + > > + > + + RelativePath="..\..\..\userdiff.h" > + > > + > + + RelativePath="..\..\..\utf8.h" > + > > + > + + RelativePath="..\..\..\walker.h" > + > > + > + + RelativePath="..\..\..\wt-status.h" > + > > + > + + RelativePath="..\..\..\xdiff-interface.h" > + > > + > + > + + Name="Resource Files" > + > Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" > + > UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > + > > + > + + Name="compat" > + > > + + RelativePath="..\..\..\compat\basename.c" > + > > + > + + RelativePath="..\..\..\compat\cygwin.h" > + > > + > + + > RelativePath="..\..\..\compat\fnmatch\fnmatch.c" > + > > + > + + > RelativePath="..\..\..\compat\fnmatch\fnmatch.h" > + > > + > + + RelativePath="..\..\..\compat\fopen.c" > + > > + > + + RelativePath="..\..\..\compat\memmem.c" > + > > + > + + RelativePath="..\..\..\compat\mingw.c" > + > > + > + + RelativePath="..\..\..\compat\mingw.h" > + > > + > + + RelativePath="..\..\..\compat\mkdtemp.c" > + > > + > + + RelativePath="..\..\..\compat\mkstemps.c" > + > > + > + + RelativePath="..\..\..\compat\pread.c" > + > > + > + + RelativePath="..\..\..\compat\qsort.c" > + > > + > + + > RelativePath="..\..\..\compat\regex\regex.c" > + > > + > + + > RelativePath="..\..\..\compat\regex\regex.h" > + > > + > + + RelativePath="..\..\..\compat\setenv.c" > + > > + > + + RelativePath="..\..\..\compat\snprintf.c" > + > > + > + + RelativePath="..\..\..\compat\strcasestr.c" > + > > + > + + RelativePath="..\..\..\compat\strlcpy.c" > + > > + > + + RelativePath="..\..\..\compat\strtoumax.c" > + > > + > + + RelativePath="..\..\..\compat\unsetenv.c" > + > > + > + + RelativePath="..\..\..\compat\win32.h" > + > > + > + + RelativePath="..\..\..\compat\win32mmap.c" > + > > + > + + RelativePath="..\..\..\compat\winansi.c" > + > > + > + > + + Name="git" > + > > + + RelativePath="..\..\..\abspath.c" > + > > + > + + RelativePath="..\..\..\alias.c" > + > > + > + + RelativePath="..\..\..\alloc.c" > + > > + > + + RelativePath="..\..\..\archive-tar.c" > + > > + > + + RelativePath="..\..\..\archive-zip.c" > + > > + > + + RelativePath="..\..\..\archive.c" > + > > + > + + RelativePath="..\..\..\attr.c" > + > > + > + + RelativePath="..\..\..\base85.c" > + > > + > + + RelativePath="..\..\..\bisect.c" > + > > + > + + RelativePath="..\..\..\blob.c" > + > > + > + + RelativePath="..\..\..\branch.c" > + > > + > + + RelativePath="..\..\..\builtin-add.c" > + > > + > + + RelativePath="..\..\..\builtin-annotate.c" > + > > + > + + RelativePath="..\..\..\builtin-apply.c" > + > > + > + + RelativePath="..\..\..\builtin-archive.c" > + > > + > + + > RelativePath="..\..\..\builtin-bisect--helper.c" > + > > + > + + RelativePath="..\..\..\builtin-blame.c" > + > > + > + + RelativePath="..\..\..\builtin-branch.c" > + > > + > + + RelativePath="..\..\..\builtin-bundle.c" > + > > + > + + RelativePath="..\..\..\builtin-cat-file.c" > + > > + > + + > RelativePath="..\..\..\builtin-check-attr.c" > + > > + > + + > RelativePath="..\..\..\builtin-check-ref-format.c" > + > > + > + + > RelativePath="..\..\..\builtin-checkout-index.c" > + > > + > + + RelativePath="..\..\..\builtin-checkout.c" > + > > + > + + RelativePath="..\..\..\builtin-clean.c" > + > > + > + + RelativePath="..\..\..\builtin-clone.c" > + > > + > + + > RelativePath="..\..\..\builtin-commit-tree.c" > + > > + > + + RelativePath="..\..\..\builtin-commit.c" > + > > + > + + RelativePath="..\..\..\builtin-config.c" > + > > + > + + > RelativePath="..\..\..\builtin-count-objects.c" > + > > + > + + RelativePath="..\..\..\builtin-describe.c" > + > > + > + + > RelativePath="..\..\..\builtin-diff-files.c" > + > > + > + + > RelativePath="..\..\..\builtin-diff-index.c" > + > > + > + + RelativePath="..\..\..\builtin-diff-tree.c" > + > > + > + + RelativePath="..\..\..\builtin-diff.c" > + > > + > + + > RelativePath="..\..\..\builtin-fast-export.c" > + > > + > + + > RelativePath="..\..\..\builtin-fetch--tool.c" > + > > + > + + > RelativePath="..\..\..\builtin-fetch-pack.c" > + > > + > + + RelativePath="..\..\..\builtin-fetch.c" > + > > + > + + > RelativePath="..\..\..\builtin-fmt-merge-msg.c" > + > > + > + + > RelativePath="..\..\..\builtin-for-each-ref.c" > + > > + > + + RelativePath="..\..\..\builtin-fsck.c" > + > > + > + + RelativePath="..\..\..\builtin-gc.c" > + > > + > + + RelativePath="..\..\..\builtin-grep.c" > + > > + > + + RelativePath="..\..\..\builtin-help.c" > + > > + > + + RelativePath="..\..\..\builtin-init-db.c" > + > > + > + + RelativePath="..\..\..\builtin-log.c" > + > > + > + + RelativePath="..\..\..\builtin-ls-files.c" > + > > + > + + RelativePath="..\..\..\builtin-ls-remote.c" > + > > + > + + RelativePath="..\..\..\builtin-ls-tree.c" > + > > + > + + RelativePath="..\..\..\builtin-mailinfo.c" > + > > + > + + RelativePath="..\..\..\builtin-mailsplit.c" > + > > + > + + > RelativePath="..\..\..\builtin-merge-base.c" > + > > + > + + > RelativePath="..\..\..\builtin-merge-file.c" > + > > + > + + > RelativePath="..\..\..\builtin-merge-ours.c" > + > > + > + + > RelativePath="..\..\..\builtin-merge-recursive.c" > + > > + > + + RelativePath="..\..\..\builtin-merge.c" > + > > + > + + RelativePath="..\..\..\builtin-mktree.c" > + > > + > + + RelativePath="..\..\..\builtin-mv.c" > + > > + > + + RelativePath="..\..\..\builtin-name-rev.c" > + > > + > + + > RelativePath="..\..\..\builtin-pack-objects.c" > + > > + > + + RelativePath="..\..\..\builtin-pack-refs.c" > + > > + > + + > RelativePath="..\..\..\builtin-prune-packed.c" > + > > + > + + RelativePath="..\..\..\builtin-prune.c" > + > > + > + + RelativePath="..\..\..\builtin-push.c" > + > > + > + + RelativePath="..\..\..\builtin-read-tree.c" > + > > + > + + > RelativePath="..\..\..\builtin-receive-pack.c" > + > > + > + + RelativePath="..\..\..\builtin-reflog.c" > + > > + > + + RelativePath="..\..\..\builtin-remote.c" > + > > + > + + RelativePath="..\..\..\builtin-rerere.c" > + > > + > + + RelativePath="..\..\..\builtin-reset.c" > + > > + > + + RelativePath="..\..\..\builtin-rev-list.c" > + > > + > + + RelativePath="..\..\..\builtin-rev-parse.c" > + > > + > + + RelativePath="..\..\..\builtin-revert.c" > + > > + > + + RelativePath="..\..\..\builtin-rm.c" > + > > + > + + RelativePath="..\..\..\builtin-send-pack.c" > + > > + > + + RelativePath="..\..\..\builtin-shortlog.c" > + > > + > + + > RelativePath="..\..\..\builtin-show-branch.c" > + > > + > + + RelativePath="..\..\..\builtin-show-ref.c" > + > > + > + + > RelativePath="..\..\..\builtin-stripspace.c" > + > > + > + + > RelativePath="..\..\..\builtin-symbolic-ref.c" > + > > + > + + RelativePath="..\..\..\builtin-tag.c" > + > > + > + + RelativePath="..\..\..\builtin-tar-tree.c" > + > > + > + + > RelativePath="..\..\..\builtin-unpack-objects.c" > + > > + > + + > RelativePath="..\..\..\builtin-update-index.c" > + > > + > + + > RelativePath="..\..\..\builtin-update-ref.c" > + > > + > + + > RelativePath="..\..\..\builtin-upload-archive.c" > + > > + > + + > RelativePath="..\..\..\builtin-verify-pack.c" > + > > + > + + > RelativePath="..\..\..\builtin-verify-tag.c" > + > > + > + + > RelativePath="..\..\..\builtin-write-tree.c" > + > > + > + + RelativePath="..\..\..\bundle.c" > + > > + > + + RelativePath="..\..\..\cache-tree.c" > + > > + > + + RelativePath="..\..\..\color.c" > + > > + > + + RelativePath="..\..\..\combine-diff.c" > + > > + > + + RelativePath="..\..\..\commit.c" > + > > + > + + RelativePath="..\..\..\config.c" > + > > + > + + RelativePath="..\..\..\connect.c" > + > > + > + + RelativePath="..\..\..\convert.c" > + > > + > + + RelativePath="..\..\..\copy.c" > + > > + > + + RelativePath="..\..\..\csum-file.c" > + > > + > + + RelativePath="..\..\..\ctype.c" > + > > + > + + RelativePath="..\..\..\date.c" > + > > + > + + RelativePath="..\..\..\decorate.c" > + > > + > + + RelativePath="..\..\..\diff-delta.c" > + > > + > + + RelativePath="..\..\..\diff-lib.c" > + > > + > + + RelativePath="..\..\..\diff-no-index.c" > + > > + > + + RelativePath="..\..\..\diff.c" > + > > + > + + RelativePath="..\..\..\diffcore-break.c" > + > > + > + + RelativePath="..\..\..\diffcore-delta.c" > + > > + > + + RelativePath="..\..\..\diffcore-order.c" > + > > + > + + RelativePath="..\..\..\diffcore-pickaxe.c" > + > > + > + + RelativePath="..\..\..\diffcore-rename.c" > + > > + > + + RelativePath="..\..\..\dir.c" > + > > + > + + RelativePath="..\..\..\editor.c" > + > > + > + + RelativePath="..\..\..\entry.c" > + > > + > + + RelativePath="..\..\..\environment.c" > + > > + > + + RelativePath="..\..\..\exec_cmd.c" > + > > + > + + RelativePath="..\..\..\fsck.c" > + > > + > + + RelativePath="..\..\..\graph.c" > + > > + > + + RelativePath="..\..\..\grep.c" > + > > + > + + RelativePath="..\..\..\hash.c" > + > > + > + + RelativePath="..\..\..\help.c" > + > > + > + + RelativePath="..\..\..\ident.c" > + > > + > + + RelativePath="..\..\..\levenshtein.c" > + > > + > + + RelativePath="..\..\..\list-objects.c" > + > > + > + + RelativePath="..\..\..\ll-merge.c" > + > > + > + + RelativePath="..\..\..\lockfile.c" > + > > + > + + RelativePath="..\..\..\log-tree.c" > + > > + > + + RelativePath="..\..\..\mailmap.c" > + > > + > + + RelativePath="..\..\..\match-trees.c" > + > > + > + + RelativePath="..\..\..\merge-file.c" > + > > + > + + RelativePath="..\..\..\merge-recursive.c" > + > > + > + + RelativePath="..\..\..\merge-tree.c" > + > > + > + + RelativePath="..\..\..\name-hash.c" > + > > + > + + RelativePath="..\..\..\object.c" > + > > + > + + RelativePath="..\..\..\pack-check.c" > + > > + > + + RelativePath="..\..\..\pack-refs.c" > + > > + > + + RelativePath="..\..\..\pack-revindex.c" > + > > + > + + RelativePath="..\..\..\pack-write.c" > + > > + > + + RelativePath="..\..\..\pager.c" > + > > + > + + RelativePath="..\..\..\parse-options.c" > + > > + > + + RelativePath="..\..\..\patch-delta.c" > + > > + > + + RelativePath="..\..\..\patch-ids.c" > + > > + > + + RelativePath="..\..\..\path.c" > + > > + > + + RelativePath="..\..\..\pkt-line.c" > + > > + > + + RelativePath="..\..\..\preload-index.c" > + > > + > + + RelativePath="..\..\..\pretty.c" > + > > + > + + RelativePath="..\..\..\progress.c" > + > > + > + + RelativePath="..\..\..\quote.c" > + > > + > + + RelativePath="..\..\..\reachable.c" > + > > + > + + RelativePath="..\..\..\read-cache.c" > + > > + > + + RelativePath="..\..\..\reflog-walk.c" > + > > + > + + RelativePath="..\..\..\refs.c" > + > > + > + + RelativePath="..\..\..\remote.c" > + > > + > + + RelativePath="..\..\..\rerere.c" > + > > + > + + RelativePath="..\..\..\revision.c" > + > > + > + + RelativePath="..\..\..\run-command.c" > + > > + > + + RelativePath="..\..\..\server-info.c" > + > > + > + + RelativePath="..\..\..\setup.c" > + > > + > + + RelativePath="..\..\..\sha1-lookup.c" > + > > + > + + RelativePath="..\..\..\sha1_file.c" > + > > + > + + RelativePath="..\..\..\sha1_name.c" > + > > + > + + RelativePath="..\..\..\shallow.c" > + > > + > + + RelativePath="..\..\..\sideband.c" > + > > + > + + RelativePath="..\..\..\sigchain.c" > + > > + > + + RelativePath="..\..\..\strbuf.c" > + > > + > + + RelativePath="..\..\..\string-list.c" > + > > + > + + RelativePath="..\..\..\symlinks.c" > + > > + > + + RelativePath="..\..\..\tag.c" > + > > + > + + RelativePath="..\..\..\thread-utils.c" > + > > + > + + RelativePath="..\..\..\trace.c" > + > > + > + + RelativePath="..\..\..\transport.c" > + > > + > + + RelativePath="..\..\..\tree-diff.c" > + > > + > + + RelativePath="..\..\..\tree-walk.c" > + > > + > + + RelativePath="..\..\..\tree.c" > + > > + > + + RelativePath="..\..\..\unpack-trees.c" > + > > + > + + RelativePath="..\..\..\usage.c" > + > > + > + + RelativePath="..\..\..\userdiff.c" > + > > + > + + RelativePath="..\..\..\utf8.c" > + > > + > + + RelativePath="..\..\..\walker.c" > + > > + > + + RelativePath="..\..\..\wrapper.c" > + > > + > + + RelativePath="..\..\..\write_or_die.c" > + > > + > + + RelativePath="..\..\..\ws.c" > + > > + > + + RelativePath="..\..\..\wt-status.c" > + > > + > + + RelativePath="..\..\..\xdiff-interface.c" > + > > + > + > + + Name="xdiff" > + > > + + RelativePath="..\..\..\xdiff\xdiff.h" > + > > + > + + RelativePath="..\..\..\xdiff\xdiffi.c" > + > > + > + + RelativePath="..\..\..\xdiff\xdiffi.h" > + > > + > + + RelativePath="..\..\..\xdiff\xemit.c" > + > > + > + + RelativePath="..\..\..\xdiff\xemit.h" > + > > + > + + RelativePath="..\..\..\xdiff\xinclude.h" > + > > + > + + RelativePath="..\..\..\xdiff\xmacros.h" > + > > + > + + RelativePath="..\..\..\xdiff\xmerge.c" > + > > + > + + RelativePath="..\..\..\xdiff\xpatience.c" > + > > + > + + RelativePath="..\..\..\xdiff\xprepare.c" > + > > + > + + RelativePath="..\..\..\xdiff\xprepare.h" > + > > + > + + RelativePath="..\..\..\xdiff\xtypes.h" > + > > + > + + RelativePath="..\..\..\xdiff\xutils.c" > + > > + > + + RelativePath="..\..\..\xdiff\xutils.h" > + > > + > + > + > + > + > + > -- > 1.6.4.msysgit.0 > > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >