I\'d like my remote repository to refuse any pushes that contains a file that contains a tab, but only if the file belongs in a certain class (based on the filename). Is that po
You could setup a pre-push hook, but this is not really in the spirit of the git publication mechanism.
I would rather go with: