Re: [PATCH] wt-status: actually ignore submodules when requested

2017-11-06 Thread Brandon Williams
On 11/06, Stefan Beller wrote: > On Mon, Nov 6, 2017 at 2:08 PM, Brandon Williams wrote: > > Since ff6f1f564 (submodule-config: lazy-load a repository's .gitmodules > > file, 2017-08-03) rebase interactive fails if there are any submodules > > with unstaged changes which have been configured with

Re: [PATCH] wt-status: actually ignore submodules when requested

2017-11-06 Thread Stefan Beller
On Mon, Nov 6, 2017 at 2:08 PM, Brandon Williams wrote: > Since ff6f1f564 (submodule-config: lazy-load a repository's .gitmodules > file, 2017-08-03) rebase interactive fails if there are any submodules > with unstaged changes which have been configured with a value for > 'submodule..ignore' in th

[PATCH] wt-status: actually ignore submodules when requested

2017-11-06 Thread Brandon Williams
Since ff6f1f564 (submodule-config: lazy-load a repository's .gitmodules file, 2017-08-03) rebase interactive fails if there are any submodules with unstaged changes which have been configured with a value for 'submodule..ignore' in the repository's config. This is due to how configured values of '