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 <timothygu99@gmail.com>
Reviewed-By: MichaΓ«l Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
addaleax authored and MylesBorins committed Sep 12, 2017
1 parent a83d427 commit aaf55db
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 aaf55db

Please sign in to comment.