-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Drop executable file bit of source files (#274)
Hello. I'm packaging this project for Debian. Our linter noticed that a bunch of source code files are marked as executable in the source repository. I don't think this is a good idea, and it is done inconsistency, so I suspect it is leftover somehow. How about the attached patch? Generated like this: ``` chmod -x $(find . -type f -executable|grep -v -e ^./.git -e ^./ci -e ^./dev) ``` /Simon Signed-off-by: Simon Josefsson <[email protected]>
- Loading branch information
Showing
33 changed files
with
0 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
arrow/internal/flight_integration/cmd/arrow-flight-integration-client/main.go
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.