From: Jonathan Nieder Date: Mon, 25 Nov 2013 20:52:44 +0000 (-0800) Subject: mark Windows build scripts executable X-Git-Tag: v1.9-rc0~71^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bc380fca60080beb26f3e47ae7e5881abd5fc3f9 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 Signed-off-by: Junio C Hamano --- diff --git a/compat/vcbuild/scripts/clink.pl b/compat/vcbuild/scripts/clink.pl old mode 100644 new mode 100755 diff --git a/compat/vcbuild/scripts/lib.pl b/compat/vcbuild/scripts/lib.pl old mode 100644 new mode 100755 diff --git a/contrib/buildsystems/engine.pl b/contrib/buildsystems/engine.pl old mode 100644 new mode 100755 diff --git a/contrib/buildsystems/generate b/contrib/buildsystems/generate old mode 100644 new mode 100755 diff --git a/contrib/buildsystems/parse.pl b/contrib/buildsystems/parse.pl old mode 100644 new mode 100755