> From: Philipp Kraus <[email protected]> > I would like to check the file encoding on all text files, so how > can I get all file types that are handled as text file from git.
Well, you first have to come up with a concrete definition of what distinguishes a file as "a text file". Then you have to determine what is an acceptable "file encoding". Those two tasks are probably harder to do in a way that actually works in your environment than you think it is. After you've done that, I expect that writing the hook is straightforward, though I'm not familiar how hooks works. Dale -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
