Re: [PATCH] git-mv: allow submodules and fsmonitor to work together

2018-09-10 Thread Ben Peart
On 9/6/2018 4:34 PM, Stefan Beller wrote: It was reported that GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t7411-submodule-config.sh breaks as the .gitmodules file is modified and staged after the fsmonitor considers it clean. Mark the .gitmodules file to be not clean before staging. R

[PATCH] git-mv: allow submodules and fsmonitor to work together

2018-09-06 Thread Stefan Beller
It was reported that GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t7411-submodule-config.sh breaks as the .gitmodules file is modified and staged after the fsmonitor considers it clean. Mark the .gitmodules file to be not clean before staging. Reported-by: Ævar Arnfjörð Bjarmason Inspired-by