This PR will close #8532. Moved dir-index-html submodule back to go-ipfs Kept the commit history of dir-index-html update docs to reflect the change ensure binddata still works as expected with command go gener
Currently using "git rm" on a submodule removes the submodule's work tree from that of the superproject and the gitlink from the index. But the submodule's section in.gitmodulesis left untouched, which is a leftover of the now removed submodule and might irritate users (as opposed to th...
Submodule libcommon updated 4 files +1 −1 src/stock/MapStock.hxx +2 −23 src/translation/Parser.cxx +3 −0 src/translation/Protocol.hxx +0 −5 src/translation/server/Response.hxx 16 changes: 0 additions & 16 deletions 16 meson.build Original file line numberDiff line ...
打开命令行工具,切换到项目目录,执行 git submodule 列出当前项目中所有的 submodule。 git submodule 注销submodule,将 MODULE_NAME 替换为实际的全套仓库名称 git submodule deinit MODULE_NAME 删除submodule,将 MODULE_NAME 替换为实际的全套仓库名称 git rm MODULE_NAME 手动删除 submodule 文件夹,将 MODULE_NAME 替...
#include "preload-index.h" #include "repository.h" #include "revision.h" #include "submodule.h" static const char diff_files_usage[] = "git diff-files [-q] [-0 | -1 | -2 | -3 | -c | --cc] [<common-diff-options>] [<path>...]" Expand Down 2 changes: 0 additions &...
@@ -10,7 +10,6 @@ TEST_SUBMODULE(unnamed_namespace_a, m) { } else { m.attr("unnamed_namespace_a_any_struct") = py::none(); } m.attr("PYBIND11_INTERNALS_VERSION") = PYBIND11_INTERNALS_VERSION; m.attr("defined_WIN32_or__WIN32") = #if defined(WIN32) || defined(_WIN32...
[submodule"third_party/Matcha-TTS"] 52 path=third_party/Matcha-TTS 63 url=https://github.com/shivammehta25/Matcha-TTS.git Original file line numberDiff line numberDiff line change @@ -33,7 +33,7 @@ sudo yum install sox sox-devel ...
2 changes: 1 addition & 1 deletion 2 contracts Submodule contracts updated from 00dcd4 to 535230 2 changes: 1 addition & 1 deletion 2 core/node/node_sync/src/tree_data_fetcher/provider/tests.rs Original file line numberDiff line numberDiff line change @@ -413,7 +413,7 @@ async ...
231 232 for (const { name, description, author, submodules, iife } of packages) { 232 233 const packageDir = join(DIR_SRC, name) 233 234 const packageJSONPath = join(packageDir, 'package.json') 234 - const packageJSON = await fs.readJSON(packageJSONPath) ...
All submodules should be put under `external` as standard practice. FluidDoc then uses them as references to load up the documents. The FluidDoc constructs the whole doc-tree under the `FluidDoc/doc/fluid` folder. The entry point is `FluidDoc/doc/fluid/index_cn.rst` and `FluidDoc/doc...