Scripting languages supported for Git hooks

git

Solution

It supports anything that your system knows how to execute. You can implement your hooks in COBOL if you want!

Problem

Which scripting languages does Git hooks support? I see examples of Python, Ruby and Bash. Are these the only ones? I'm mainly interested in using it on windows at the moment and am not proficient in the above. I wanted to know whether it supports anything like VBscript, Powershell or windows batch files? Is there a list of all the supported languages.

Original source