]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/mingw-hooks-with-exe-suffix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Feb 2017 21:36:57 +0000 (13:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Feb 2017 21:36:57 +0000 (13:36 -0800)
commitcddbda4bc87b9d2c985b6749b1cf026b15e2d3e7
tree9f50c38a22c7db88038cc061af38f5ebae7cb575
parent140d41ae87274303f972702ce394544407d5c21e
parent235be51fbecbbdaafd48f762e808c55861e02850
Merge branch 'js/mingw-hooks-with-exe-suffix'

Names of the various hook scripts must be spelled exactly, but on
Windows, an .exe binary must be named with .exe suffix; notice
$GIT_DIR/hooks/<hookname>.exe as a valid <hookname> hook.

* js/mingw-hooks-with-exe-suffix:
  mingw: allow hooks to be .exe files
run-command.c