Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-Simulacrum
remove `GIT_DIR` handling in pre-push hook
This is already handled from bootstrap: a1ca449981/src/bootstrap/src/utils/helpers.rs (L504-L506)
This commit is contained in:
commit
6736641146
@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
set -Euo pipefail
|
set -Euo pipefail
|
||||||
|
|
||||||
# https://github.com/rust-lang/rust/issues/77620#issuecomment-705144570
|
|
||||||
unset GIT_DIR
|
|
||||||
ROOT_DIR="$(git rev-parse --show-toplevel)"
|
ROOT_DIR="$(git rev-parse --show-toplevel)"
|
||||||
|
|
||||||
echo "Running pre-push script $ROOT_DIR/x test tidy"
|
echo "Running pre-push script $ROOT_DIR/x test tidy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user