I use Phabricator and have a main project in git and many submodules inside which other git projects are located. Suppose I changed one file in each submodule, and I would like to make diff diff for these changes. Does anyone know if it is possible to somehow make a distinction on the main project, so that it creates diff with changes in all submodules, and then the arc ground makes changes to each submodule, as well as update pointers to submodules in the main project?
source
share