When I run git add --intent-to-add . all untracked files changed their state from "Untracked files" (git status -s showed ??) to "Changes not staged for commit" (git status -s now shows A). Now, whenever I run git diff I see the new files, too. How do I revert these state changes so that they become "untracked" again?