Show files-changed
show files-changed - Show changed (modified, unstaged) files with their module ownership
The show files-changed command displays modified files (git diff HEAD) with their module ownership. Useful for identifying which modules are affected by uncommitted changes.
Notes
Expected Output:
- Table with changed file paths and owning modules (comma-separated if multiple)
- Files with no module ownership shown as "NONE"
- Empty output if no files are changed
See Also
- show files-staged - Staged files
- get changed-modules - Modules affected (JSON)
- work commit - Commit changes
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.