Hi Sean,
Sorry to file an issue on such a greate plugin. We have been using with pleasure as it saves us 20 minutes of deploy time on every deploy. However I found that it does not handle git submodules well. Changes in the submodule are not detected and do results in adding files to ChangedItemFiles.txt .We have a Foundation layer which is placed is a separate git repository and we include that as a submodule.
The problem seems to be around the git diff --name-only that is used. Adding --submodule=diff does not solve the problem however.
I will look into this as well but was wandering whether you know this issues and maybe already know a solution.
Hi Sean,
Sorry to file an issue on such a greate plugin. We have been using with pleasure as it saves us 20 minutes of deploy time on every deploy. However I found that it does not handle git submodules well. Changes in the submodule are not detected and do results in adding files to ChangedItemFiles.txt .We have a Foundation layer which is placed is a separate git repository and we include that as a submodule.
The problem seems to be around the git diff --name-only that is used. Adding --submodule=diff does not solve the problem however.
I will look into this as well but was wandering whether you know this issues and maybe already know a solution.