Hi,
I've set up BugId property to my files in the repository. This means that on the commit window, I have a field which the developers type the issue number of the bug and it's shown in the log message of the commit.
I wanted to know if there a possibility that once I click on the commit button, before the commit itself, an exe file will be executed.
I'm not referring to the pre-commit hook, as it runs after I click on the commit button.
Thanks.