Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git arc diff,包括子模块中的所有更改_Git_Git Submodules_Phabricator_Arcanist - Fatal编程技术网

Git arc diff,包括子模块中的所有更改

Git arc diff,包括子模块中的所有更改,git,git-submodules,phabricator,arcanist,Git,Git Submodules,Phabricator,Arcanist,我正在使用Phabricator,在git中有主项目和许多子模块,其中包含其他git项目。假设我在每个子模块中更改了一个文件,我想对这些更改执行arc diff。有人知道是否有可能在主项目上以某种方式进行arc diff,它将在所有子模块中创建diff,然后arc land将在每个子模块中推动更改,并更新指向主项目中子模块的指针

我正在使用Phabricator,在git中有主项目和许多子模块,其中包含其他git项目。假设我在每个子模块中更改了一个文件,我想对这些更改执行arc diff。有人知道是否有可能在主项目上以某种方式进行arc diff,它将在所有子模块中创建diff,然后arc land将在每个子模块中推动更改,并更新指向主项目中子模块的指针