Joshua Haberman
c649397029
Set execute bit on files if and only if they begin with (#!). ( #7347 )
...
* Set execute bit on files if and only if they begin with (#!).
Git only tracks the 'x' (executable) bit on each file. Prior to this
CL, our files were a random mix of executable and non-executable.
This change imposes some order by making files executable if and only
if they have shebang (#!) lines at the beginning.
We don't have any executable binaries checked into the repo, so
we shouldn't need to worry about that case.
* Added fix_permissions.sh script to set +x iff a file begins with (#!).
2020-04-01 15:28:25 -07:00
Rafi Kamal
da1c46401b
Project import generated by Copybara
...
PiperOrigin-RevId: 301311140
2020-03-16 23:09:45 -07:00
Rafi Kamal
422053f3bc
Project import generated by Copybara
...
PiperOrigin-RevId: 300708221
2020-03-13 00:58:26 -07:00
Protobuf Team
94b39efdf7
Project import generated by Copybara
...
PiperOrigin-RevId: 300369497
2020-03-11 11:31:16 -07:00
Rafi Kamal
637d7eda30
Project import generated by Copybara
...
PiperOrigin-RevId: 300117791
2020-03-10 10:08:50 -07:00
Rafi Kamal
4fa3c8e883
Project import generated by Copybara
...
PiperOrigin-RevId: 299970447
2020-03-09 17:00:42 -07:00
Rafi Kamal
64f151fa2b
Project import generated by Copybara
...
PiperOrigin-RevId: 298409332
2020-03-02 11:59:44 -08:00
Daniel Kurka
ed19442270
Project import generated by Copybara
...
PiperOrigin-RevId: 297743020
2020-02-27 18:55:33 -08:00
Rafi Kamal
9bbc664671
Project import generated by Copybara
...
PiperOrigin-RevId: 297709554
2020-02-27 15:55:57 -08:00
Protobuf Team
d2727a2ce3
Project import generated by Copybara
...
PiperOrigin-RevId: 297637283
2020-02-27 10:55:04 -08:00
rafikamal
83b47e4c65
Project import generated by Copybara
...
PiperOrigin-RevId: 294283216
2020-02-13 15:48:49 -08:00
rafikamal
becf5afd34
Project import generated by Copybara
...
PiperOrigin-RevId: 293911829
2020-02-13 15:48:41 -08:00
rafikamal
46b0fd9cec
Project import generated by Copybara
...
PiperOrigin-RevId: 293893031
2020-02-13 15:48:34 -08:00
Protobuf Team
cc938ea39a
Project import generated by Copybara.
...
PiperOrigin-RevId: 293139128
2020-02-05 17:09:37 -08:00