mark Windows build scripts executable
commitbc380fca60080beb26f3e47ae7e5881abd5fc3f9
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 25 Nov 2013 20:52:44 +0000 (25 12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Nov 2013 23:01:22 +0000 (25 15:01 -0800)
treef2c7b6ae9cebca2b2536c8763317d2a76a51041d
parentc302941cd7670357bcd8209218e5f73c39e13d16
mark Windows build scripts executable

On Windows the convention is to rely on filename extensions to decide
whether a file is executable so Windows users are probably not relying
on the executable bit of these scripts, but on other platforms it can
be useful documentation.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/vcbuild/scripts/clink.pl [changed mode: 0644->0755]
compat/vcbuild/scripts/lib.pl [changed mode: 0644->0755]
contrib/buildsystems/engine.pl [changed mode: 0644->0755]
contrib/buildsystems/generate [changed mode: 0644->0755]
contrib/buildsystems/parse.pl [changed mode: 0644->0755]