I recently added submodules to one of my repository project, and i cannot see uncommitted changes in my submodules on the main repo file status view.
On my main repo: No change is detected
If I browse into my submodule: uncommitted changes are detected ↓↓↓
I would expect a dirty flag on my submodule on my main repo file status view.
Is there a configuration or an option to be notified that a change has been done on the submodule side directly from the main repo file status view?
Note: my submodules configuration does not have the "ignore = dirty" option