git status shows:
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
common/
nothing added to commit but untracked files present (use "git add" to track)
The untracked changes just a single directory itself, no file. The directory attributes changed? The diff command git diff common/ show nothing
How did this happen?