Skip to content

Commit

Permalink
doc,lib,src,test: strip executable bits off files
Browse files Browse the repository at this point in the history
Remove the executable bits of the file modes of some files that
accidentally received it.

PR-URL: #15132
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: MichaΓ«l Zasso <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
addaleax authored and MylesBorins committed Sep 10, 2017
1 parent 920a758 commit 8f18cc1
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 0 deletions.
Empty file modified doc/api/child_process.md
100755 β†’ 100644
Empty file.
Empty file modified doc/api/http2.md
100755 β†’ 100644
Empty file.
Empty file modified doc/api/perf_hooks.md
100755 β†’ 100644
Empty file.
Empty file modified lib/internal/http2/core.js
100755 β†’ 100644
Empty file.
Empty file modified src/node_http2.cc
100755 β†’ 100644
Empty file.
Empty file modified src/node_http2.h
100755 β†’ 100644
Empty file.
Empty file modified src/node_http2_core-inl.h
100755 β†’ 100644
Empty file.
Empty file modified src/node_http2_core.h
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-client-unescaped-path.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-client-upload.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-info-headers.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-options-max-reserved-streams.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-response-splitting.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-server-socket-destroy.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-http2-server-socketerror.js
100755 β†’ 100644
Empty file.
Empty file modified test/parallel/test-performance-gc.js
100755 β†’ 100644
Empty file.

0 comments on commit 8f18cc1

Please sign in to comment.