Re: [PATCH v3] mingw: allow hooks to be .exe files

2017-01-30 Thread Junio C Hamano
Johannes Schindelin writes: > Executable files in Windows need to have the extension '.exe', otherwise > they do not work. Extend the hooks to not just look at the hard coded > names, but also at the names extended by the custom STRIP_EXTENSION, > which is defined as '.exe' in Windows. Will repl

[PATCH v3] mingw: allow hooks to be .exe files

2017-01-30 Thread Johannes Schindelin
Executable files in Windows need to have the extension '.exe', otherwise they do not work. Extend the hooks to not just look at the hard coded names, but also at the names extended by the custom STRIP_EXTENSION, which is defined as '.exe' in Windows. Signed-off-by: Johannes Schindelin --- Publish