I know that a git commit changed multiple files in the directory
src/java/task
It want to list all files in that directory that were not changed as part of that commit.
Real world context: I'm reviewing changes by someone and believe they should have made a similar change to every file in that directory. I want to know any files they didn't change in their commit (that may have been missed, or actually didn't need changing but I want to examine why).