From e60bb5703e12909b8eaa2b68b010211131550d7f Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Mon, 11 Apr 2016 10:54:44 +0900
Subject: [PATCH] Issue #2703339 by alexpott: Many files have the wrong file
 permissions of 755 and not 664

---
 core/assets/vendor/jquery-once/jquery.once.min.js.map             | 0
 core/modules/block/migration_templates/d7_block.yml               | 0
 .../modules/block_content/migration_templates/d7_custom_block.yml | 0
 .../block_content/src/Plugin/migrate/source/d7/BlockCustom.php    | 0
 .../comment/migration_templates/d7_comment_entity_display.yml     | 0
 .../migration_templates/d7_comment_entity_form_display.yml        | 0
 .../d7_comment_entity_form_display_subject.yml                    | 0
 core/modules/comment/migration_templates/d7_comment_field.yml     | 0
 .../comment/migration_templates/d7_comment_field_instance.yml     | 0
 core/modules/comment/migration_templates/d7_comment_type.yml      | 0
 core/modules/comment/src/Plugin/migrate/source/d7/Comment.php     | 0
 core/modules/field/migration_templates/d7_field.yml               | 0
 core/modules/field/migration_templates/d7_field_instance.yml      | 0
 .../migration_templates/d7_field_instance_widget_settings.yml     | 0
 .../field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php | 0
 .../field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php | 0
 .../modules/field/src/Plugin/migrate/process/d7/FieldSettings.php | 0
 core/modules/field/src/Plugin/migrate/source/d7/Field.php         | 0
 core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php | 0
 core/modules/image/migration_templates/d7_image_settings.yml      | 0
 core/modules/user/migration_templates/d7_user_flood.yml           | 0
 core/modules/user/migration_templates/d7_user_role.yml            | 0
 core/modules/user/src/Plugin/migrate/source/d7/Role.php           | 0
 core/modules/user/src/Plugin/migrate/source/d7/User.php           | 0
 core/modules/views_ui/src/ParamConverter/ViewUIConverter.php      | 0
 25 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 core/assets/vendor/jquery-once/jquery.once.min.js.map
 mode change 100755 => 100644 core/modules/block/migration_templates/d7_block.yml
 mode change 100755 => 100644 core/modules/block_content/migration_templates/d7_custom_block.yml
 mode change 100755 => 100644 core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_entity_display.yml
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_entity_form_display.yml
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_field.yml
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_field_instance.yml
 mode change 100755 => 100644 core/modules/comment/migration_templates/d7_comment_type.yml
 mode change 100755 => 100644 core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
 mode change 100755 => 100644 core/modules/field/migration_templates/d7_field.yml
 mode change 100755 => 100644 core/modules/field/migration_templates/d7_field_instance.yml
 mode change 100755 => 100644 core/modules/field/migration_templates/d7_field_instance_widget_settings.yml
 mode change 100755 => 100644 core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
 mode change 100755 => 100644 core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php
 mode change 100755 => 100644 core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
 mode change 100755 => 100644 core/modules/field/src/Plugin/migrate/source/d7/Field.php
 mode change 100755 => 100644 core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
 mode change 100755 => 100644 core/modules/image/migration_templates/d7_image_settings.yml
 mode change 100755 => 100644 core/modules/user/migration_templates/d7_user_flood.yml
 mode change 100755 => 100644 core/modules/user/migration_templates/d7_user_role.yml
 mode change 100755 => 100644 core/modules/user/src/Plugin/migrate/source/d7/Role.php
 mode change 100755 => 100644 core/modules/user/src/Plugin/migrate/source/d7/User.php
 mode change 100755 => 100644 core/modules/views_ui/src/ParamConverter/ViewUIConverter.php

diff --git a/core/assets/vendor/jquery-once/jquery.once.min.js.map b/core/assets/vendor/jquery-once/jquery.once.min.js.map
old mode 100755
new mode 100644
diff --git a/core/modules/block/migration_templates/d7_block.yml b/core/modules/block/migration_templates/d7_block.yml
old mode 100755
new mode 100644
diff --git a/core/modules/block_content/migration_templates/d7_custom_block.yml b/core/modules/block_content/migration_templates/d7_custom_block.yml
old mode 100755
new mode 100644
diff --git a/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php b/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_entity_display.yml b/core/modules/comment/migration_templates/d7_comment_entity_display.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml b/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml b/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_field.yml b/core/modules/comment/migration_templates/d7_comment_field.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_field_instance.yml b/core/modules/comment/migration_templates/d7_comment_field_instance.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/migration_templates/d7_comment_type.yml b/core/modules/comment/migration_templates/d7_comment_type.yml
old mode 100755
new mode 100644
diff --git a/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php b/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
old mode 100755
new mode 100644
diff --git a/core/modules/field/migration_templates/d7_field.yml b/core/modules/field/migration_templates/d7_field.yml
old mode 100755
new mode 100644
diff --git a/core/modules/field/migration_templates/d7_field_instance.yml b/core/modules/field/migration_templates/d7_field_instance.yml
old mode 100755
new mode 100644
diff --git a/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml b/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml
old mode 100755
new mode 100644
diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php b/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
old mode 100755
new mode 100644
diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php b/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php
old mode 100755
new mode 100644
diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php b/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
old mode 100755
new mode 100644
diff --git a/core/modules/field/src/Plugin/migrate/source/d7/Field.php b/core/modules/field/src/Plugin/migrate/source/d7/Field.php
old mode 100755
new mode 100644
diff --git a/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php b/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
old mode 100755
new mode 100644
diff --git a/core/modules/image/migration_templates/d7_image_settings.yml b/core/modules/image/migration_templates/d7_image_settings.yml
old mode 100755
new mode 100644
diff --git a/core/modules/user/migration_templates/d7_user_flood.yml b/core/modules/user/migration_templates/d7_user_flood.yml
old mode 100755
new mode 100644
diff --git a/core/modules/user/migration_templates/d7_user_role.yml b/core/modules/user/migration_templates/d7_user_role.yml
old mode 100755
new mode 100644
diff --git a/core/modules/user/src/Plugin/migrate/source/d7/Role.php b/core/modules/user/src/Plugin/migrate/source/d7/Role.php
old mode 100755
new mode 100644
diff --git a/core/modules/user/src/Plugin/migrate/source/d7/User.php b/core/modules/user/src/Plugin/migrate/source/d7/User.php
old mode 100755
new mode 100644
diff --git a/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php b/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php
old mode 100755
new mode 100644
-- 
GitLab