2012-07-08 116 views
1

如何刪除不再使用子模塊(合併它們)的git repo中子模塊的引用,以便集市可以導入它?過濾器歷史記錄清除子模塊中的git repo

bzr: ERROR: The repository you are fetching from contains submodules, which are not yet supported.

應該根據jelmer可能:https://bugs.launchpad.net/bzr/+bug/402814/comments/43

There is no way to tell the import system to just ignore history. You could provide a custom repository that has the submodules filtered out of the history or filter them out of your history on github.

回答

0

尚未支持導入具有子模塊的存儲庫。處理子模塊所需的支持是存在於bzr-git中,但子模塊映射到的功能(稱爲「嵌套樹」)尚未完成。

相關問題