Hi Junio, On Wed, 25 Jan 2017, Junio C Hamano wrote: > Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > > > This change is necessary to allow the files in .git/hooks/ to optionally > > have the file extension `.exe` on Windows, as the file names are > > hardcoded otherwise. > > Hmph. There is no longer ".com"? No, no longer .com. You have to jump through hoops in this century to build .com files. > I briefly wondered if hooks/post-receive.{py,rb,...} would be good > things to support, but I do not think we want to go there, primarily > because we do not want to deal with "what happens when there are many?" The answer is correct, the reasoning not. The reason why .exe is special: it simply won't execute unless it has the .exe file extension. That is not true for .py, .rb, etc Ciao, Johannes