I have a java project and when I remove a directory with some classes I can not identify in the git repository was removed, I can only identify that all classes have been removed.
I need to identify it because I have a tool that makes transferring files to another directory.
You can identify the deletion of the directory?
I am using the API JGit.
Thank you.