Remove execute bit from plain text files in git (#2611)

Trivially change file mode from 755 to 644 for files in git that
shouldn't be marked as executable. These were probably marked as
executable due to some contributors developing on Windows using a
filesystem that doesn't support POSIX file modes, or aggressively marks
everything as executable.
This commit is contained in:
Christopher Tubbs 2022-05-24 05:19:41 -04:00 committed by GitHub
parent b90f2bcb86
commit 4646a3557b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
66 changed files with 0 additions and 0 deletions

0
.editorconfig Executable file → Normal file
View File

0
Makefile.am Executable file → Normal file
View File

0
appveyor.yml Executable file → Normal file
View File

0
configure.ac Executable file → Normal file
View File

0
contrib/fb303/java/build.xml Executable file → Normal file
View File

0
doap.rdf Executable file → Normal file
View File

0
lib/c_glib/Makefile.am Executable file → Normal file
View File

0
lib/c_glib/test/Makefile.am Executable file → Normal file
View File

0
lib/c_glib/test/testbinaryprotocol.c Executable file → Normal file
View File

0
lib/c_glib/test/testbufferedtransport.c Executable file → Normal file
View File

0
lib/c_glib/test/testcompactprotocol.c Executable file → Normal file
View File

0
lib/c_glib/test/testfdtransport.c Executable file → Normal file
View File

0
lib/c_glib/test/testframedtransport.c Executable file → Normal file
View File

0
lib/c_glib/test/testmemorybuffer.c Executable file → Normal file
View File

0
lib/c_glib/test/testoptionalrequired.c Executable file → Normal file
View File

0
lib/c_glib/test/testsimpleserver.c Executable file → Normal file
View File

0
lib/c_glib/test/teststruct.c Executable file → Normal file
View File

0
lib/c_glib/test/testthriftbufferedreadcheck.c Executable file → Normal file
View File

0
lib/c_glib/test/testthriftfdreadcheck.c Executable file → Normal file
View File

0
lib/c_glib/test/testthriftframedreadcheck.c Executable file → Normal file
View File

0
lib/c_glib/test/testthriftmemorybufferreadcheck.c Executable file → Normal file
View File

0
lib/c_glib/test/testthrifttest.c Executable file → Normal file
View File

0
lib/c_glib/test/testtransportsocket.c Executable file → Normal file
View File

0
lib/cpp/CMakeLists.txt Executable file → Normal file
View File

0
lib/cpp/Makefile.am Executable file → Normal file
View File

0
lib/cpp/README.md Executable file → Normal file
View File

0
lib/cpp/test/Makefile.am Executable file → Normal file
View File

0
lib/cpp/thrift-nb.pc.in Executable file → Normal file
View File

0
lib/cpp/thrift-qt5.pc.in Executable file → Normal file
View File

0
lib/cpp/thrift-z.pc.in Executable file → Normal file
View File

0
lib/cpp/thrift.pc.in Executable file → Normal file
View File

0
lib/d/test/Makefile.am Executable file → Normal file
View File

0
lib/js/test/Makefile.am Executable file → Normal file
View File

0
lib/js/test/build.xml Executable file → Normal file
View File

0
lib/js/test/jsTestDriver.conf Executable file → Normal file
View File

0
lib/js/test/phantomjs-qunit.js Executable file → Normal file
View File

0
lib/js/test/test-deep-constructor.html Executable file → Normal file
View File

0
lib/js/test/test.html Executable file → Normal file
View File

0
lib/js/test/test.js Executable file → Normal file
View File

0
lib/nodejs/Makefile.am Executable file → Normal file
View File

0
lib/nodets/Makefile.am Executable file → Normal file
View File

0
lib/php/Makefile.am Executable file → Normal file
View File

0
lib/php/test/Makefile.am Executable file → Normal file
View File

0
lib/rb/Makefile.am Executable file → Normal file
View File

0
lib/ts/test/build.xml Executable file → Normal file
View File

0
lib/ts/test/test.html Executable file → Normal file
View File

0
sonar-project.properties Executable file → Normal file
View File

0
test/Makefile.am Executable file → Normal file
View File

0
test/README.md Executable file → Normal file
View File

0
test/c_glib/Makefile.am Executable file → Normal file
View File

0
test/cpp/CMakeLists.txt Executable file → Normal file
View File

0
test/cpp/Makefile.am Executable file → Normal file
View File

0
test/keys/README.md Executable file → Normal file
View File

0
test/php/Makefile.am Executable file → Normal file
View File

0
tutorial/Makefile.am Executable file → Normal file
View File

0
tutorial/c_glib/Makefile.am Executable file → Normal file
View File

0
tutorial/cpp/Makefile.am Executable file → Normal file
View File

0
tutorial/java/Makefile.am Executable file → Normal file
View File

0
tutorial/js/Makefile.am Executable file → Normal file
View File

0
tutorial/js/tutorial.html Executable file → Normal file
View File

0
tutorial/perl/Makefile.am Executable file → Normal file
View File

0
tutorial/php/Makefile.am Executable file → Normal file
View File

0
tutorial/py.tornado/Makefile.am Executable file → Normal file
View File

0
tutorial/py.twisted/Makefile.am Executable file → Normal file
View File

0
tutorial/py/Makefile.am Executable file → Normal file
View File

0
tutorial/rb/Makefile.am Executable file → Normal file
View File