Commit: 1ed5c05dd575fcacced888dc3b0833d363a3d32a Author: Peter Kokot <[email protected]> Tue, 23 Oct 2018 03:31:22 +0200 Parents: a0b80a831bc7a68c201f42d2f186a9e316029b0a Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=1ed5c05dd575fcacced888dc3b0833d363a3d32a Log: Fix permissions Having synced file permissions in Git repositories is a reccurring issue. Git can track files as executables (0755) or not (0644). Usually, all files except the executable ones such as command line scripts or binary executables, should be set to 0644. This patch syncs permissions in the Git repository. Changed paths: M www/images/box-0.gif M www/images/box-1.gif M www/images/favicon.ico M www/search-howto.php Diff: diff --git a/www/images/box-0.gif b/www/images/box-0.gif old mode 100755 new mode 100644 diff --git a/www/images/box-1.gif b/www/images/box-1.gif old mode 100755 new mode 100644 diff --git a/www/images/favicon.ico b/www/images/favicon.ico old mode 100755 new mode 100644 diff --git a/www/search-howto.php b/www/search-howto.php old mode 100755 new mode 100644 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
