Is it possible to set Git up in a way that it will tell me when a choice file(s) has been modified. I would like this to be setup similarly to a git hook, but I don't need to know when anything in the whole project has been changed only a choice file.
This is for a Java project that I am running in eclipse.
Edit I have been considering this and am wondering if it is possible to accomplish this without putting in a Git hook that all other developers will need to run. I realize that might not be possible, if it is not possible I will accept the more standard answer.