From 21ad5a9e4042d7861171b20a31c07dab7cff3d3c Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 17 Nov 2017 02:57:27 +0000 Subject: [PATCH] Remove the `svn:executable` property from files that don't need it. See #42594 git-svn-id: https://develop.svn.wordpress.org/trunk@42200 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/images/coffee.jpg | Bin .../twentyseventeen/assets/images/espresso.jpg | Bin .../twentyseventeen/assets/images/sandwich.jpg | Bin .../themes/twentysixteen/genericons/Genericons.eot | Bin .../themes/twentysixteen/genericons/Genericons.ttf | Bin .../themes/twentysixteen/genericons/Genericons.woff | Bin src/wp-content/themes/twentysixteen/screenshot.png | Bin src/wp-includes/class-wp-hook.php | 0 tests/phpunit/tests/functions/canonical-charset.php | 0 tests/phpunit/tests/hooks/addFilter.php | 0 tests/phpunit/tests/hooks/applyFilters.php | 0 tests/phpunit/tests/hooks/doAction.php | 0 tests/phpunit/tests/hooks/doAllHook.php | 0 tests/phpunit/tests/hooks/hasFilter.php | 0 tests/phpunit/tests/hooks/hasFilters.php | 0 tests/phpunit/tests/hooks/iterator.php | 0 tests/phpunit/tests/hooks/preinitHooks.php | 0 tests/phpunit/tests/hooks/removeAllFilters.php | 0 tests/phpunit/tests/hooks/removeFilter.php | 0 .../tests/multisite/wpmuValidateBlogSignup.php | 0 tools/i18n/t/AddTextdomainTest.php | 0 tools/i18n/t/data/add-textdomain-0-result.php | 0 tools/i18n/t/data/add-textdomain-0.php | 0 23 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/wp-content/themes/twentyseventeen/assets/images/coffee.jpg mode change 100755 => 100644 src/wp-content/themes/twentyseventeen/assets/images/espresso.jpg mode change 100755 => 100644 src/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg mode change 100755 => 100644 src/wp-content/themes/twentysixteen/genericons/Genericons.eot mode change 100755 => 100644 src/wp-content/themes/twentysixteen/genericons/Genericons.ttf mode change 100755 => 100644 src/wp-content/themes/twentysixteen/genericons/Genericons.woff mode change 100755 => 100644 src/wp-content/themes/twentysixteen/screenshot.png mode change 100755 => 100644 src/wp-includes/class-wp-hook.php mode change 100755 => 100644 tests/phpunit/tests/functions/canonical-charset.php mode change 100755 => 100644 tests/phpunit/tests/hooks/addFilter.php mode change 100755 => 100644 tests/phpunit/tests/hooks/applyFilters.php mode change 100755 => 100644 tests/phpunit/tests/hooks/doAction.php mode change 100755 => 100644 tests/phpunit/tests/hooks/doAllHook.php mode change 100755 => 100644 tests/phpunit/tests/hooks/hasFilter.php mode change 100755 => 100644 tests/phpunit/tests/hooks/hasFilters.php mode change 100755 => 100644 tests/phpunit/tests/hooks/iterator.php mode change 100755 => 100644 tests/phpunit/tests/hooks/preinitHooks.php mode change 100755 => 100644 tests/phpunit/tests/hooks/removeAllFilters.php mode change 100755 => 100644 tests/phpunit/tests/hooks/removeFilter.php mode change 100755 => 100644 tests/phpunit/tests/multisite/wpmuValidateBlogSignup.php mode change 100755 => 100644 tools/i18n/t/AddTextdomainTest.php mode change 100755 => 100644 tools/i18n/t/data/add-textdomain-0-result.php mode change 100755 => 100644 tools/i18n/t/data/add-textdomain-0.php diff --git a/src/wp-content/themes/twentyseventeen/assets/images/coffee.jpg b/src/wp-content/themes/twentyseventeen/assets/images/coffee.jpg old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentyseventeen/assets/images/espresso.jpg b/src/wp-content/themes/twentyseventeen/assets/images/espresso.jpg old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg b/src/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentysixteen/genericons/Genericons.eot b/src/wp-content/themes/twentysixteen/genericons/Genericons.eot old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentysixteen/genericons/Genericons.ttf b/src/wp-content/themes/twentysixteen/genericons/Genericons.ttf old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentysixteen/genericons/Genericons.woff b/src/wp-content/themes/twentysixteen/genericons/Genericons.woff old mode 100755 new mode 100644 diff --git a/src/wp-content/themes/twentysixteen/screenshot.png b/src/wp-content/themes/twentysixteen/screenshot.png old mode 100755 new mode 100644 diff --git a/src/wp-includes/class-wp-hook.php b/src/wp-includes/class-wp-hook.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/functions/canonical-charset.php b/tests/phpunit/tests/functions/canonical-charset.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/addFilter.php b/tests/phpunit/tests/hooks/addFilter.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/applyFilters.php b/tests/phpunit/tests/hooks/applyFilters.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/doAction.php b/tests/phpunit/tests/hooks/doAction.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/doAllHook.php b/tests/phpunit/tests/hooks/doAllHook.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/hasFilter.php b/tests/phpunit/tests/hooks/hasFilter.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/hasFilters.php b/tests/phpunit/tests/hooks/hasFilters.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/iterator.php b/tests/phpunit/tests/hooks/iterator.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/preinitHooks.php b/tests/phpunit/tests/hooks/preinitHooks.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/removeAllFilters.php b/tests/phpunit/tests/hooks/removeAllFilters.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/hooks/removeFilter.php b/tests/phpunit/tests/hooks/removeFilter.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/tests/multisite/wpmuValidateBlogSignup.php b/tests/phpunit/tests/multisite/wpmuValidateBlogSignup.php old mode 100755 new mode 100644 diff --git a/tools/i18n/t/AddTextdomainTest.php b/tools/i18n/t/AddTextdomainTest.php old mode 100755 new mode 100644 diff --git a/tools/i18n/t/data/add-textdomain-0-result.php b/tools/i18n/t/data/add-textdomain-0-result.php old mode 100755 new mode 100644 diff --git a/tools/i18n/t/data/add-textdomain-0.php b/tools/i18n/t/data/add-textdomain-0.php old mode 100755 new mode 100644