Skip to content

Commit

Permalink
set the executable bit on pre-commit.sh
Browse files Browse the repository at this point in the history
`x.py setup` hardlinks this file into .git/hooks. Prior to this commit,
that led to the following warning emitted by `git commit`:

    hint: The '.git/hooks/pre-commit' hook was ignored because it's not set as executable.

Making the checked-in script executable fixes this issue, as the
hardlinked copy uses the same flags.

It looks like the file was originally executable, but that bit was
unset in commit b908905 of
rust-lang#85305. It's possible that was
unintentional.
  • Loading branch information
oconnor663 committed Aug 11, 2021
1 parent 362e0f5 commit a0103e5
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified src/etc/pre-commit.sh
100644 → 100755
Empty file.

0 comments on commit a0103e5

Please sign in to comment.