Skip to content

Commit 334f09b

Browse files
authored
Rollup merge of #87942 - oconnor663:pre_commit_exec, r=jyn514
set the executable bit on pre-commit.sh `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 #85305. It's possible that was unintentional.
2 parents 12117e3 + a0103e5 commit 334f09b

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

src/etc/pre-commit.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)