Skip to content

[Bug] Watcher skips content changes in '.gitmodules' file #1508

@goran-w

Description

@goran-w

I modified the .gitmodules file outside SourceGit and the change did not appear under Unstaged changes.

Watcher.HandleWorkingCopyFileChanged() does an early exit for .gitmodules (after setting _updateSubmodules), which means _updateWC will NOT be set for this file.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions