Skip to content

doc,lib,src,test: strip executable bits off files

Remove the executable bits of the file modes of some files that accidentally received it.

[test-reset-chmod 9b096063afaf] doc,lib,src,test: strip executable bits off files
 16 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 doc/api/child_process.md
 mode change 100755 => 100644 doc/api/http2.md
 mode change 100755 => 100644 doc/api/perf_hooks.md
 mode change 100755 => 100644 lib/internal/http2/core.js
 mode change 100755 => 100644 src/node_http2.cc
 mode change 100755 => 100644 src/node_http2.h
 mode change 100755 => 100644 src/node_http2_core-inl.h
 mode change 100755 => 100644 src/node_http2_core.h
 mode change 100755 => 100644 test/parallel/test-http2-client-unescaped-path.js
 mode change 100755 => 100644 test/parallel/test-http2-client-upload.js
 mode change 100755 => 100644 test/parallel/test-http2-info-headers.js
 mode change 100755 => 100644 test/parallel/test-http2-options-max-reserved-streams.js
 mode change 100755 => 100644 test/parallel/test-http2-response-splitting.js
 mode change 100755 => 100644 test/parallel/test-http2-server-socket-destroy.js
 mode change 100755 => 100644 test/parallel/test-http2-server-socketerror.js
 mode change 100755 => 100644 test/parallel/test-performance-gc.js

@jasnell ;)

Merge request reports

Loading