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

2018-09-10 Thread Ben Peart
On 9/10/2018 1:07 PM, Stefan Beller wrote: On Mon, Sep 10, 2018 at 9:29 AM Ben Peart wrote: It was reported that GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t7411-submodule-config.sh breaks as the fsmonitor data is out of sync with the state of the .gitmodules file. Update is_stagin

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

2018-09-10 Thread Stefan Beller
On Mon, Sep 10, 2018 at 9:29 AM Ben Peart wrote: > > It was reported that > >GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t7411-submodule-config.sh > > breaks as the fsmonitor data is out of sync with the state of the .gitmodules > file. Update is_staging_gitmodules_ok() so that it no longer

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

2018-09-10 Thread Ben Peart
It was reported that GIT_FSMONITOR_TEST=$PWD/t7519/fsmonitor-all ./t7411-submodule-config.sh breaks as the fsmonitor data is out of sync with the state of the .gitmodules file. Update is_staging_gitmodules_ok() so that it no longer tells ie_match_stat() to ignore refreshing the fsmonitor data.