Skip to content

Commit 6736641

Browse files
authored
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: https://github.com/rust-lang/rust/blob/a1ca449981e3b8442e358026437b7bedb9a1458e/src/bootstrap/src/utils/helpers.rs#L504-L506
2 parents 4a3863e + 279bf05 commit 6736641

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/etc/pre-push.sh

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
set -Euo pipefail
99

10-
# https://github.com/rust-lang/rust/issues/77620#issuecomment-705144570
11-
unset GIT_DIR
1210
ROOT_DIR="$(git rev-parse --show-toplevel)"
1311

1412
echo "Running pre-push script $ROOT_DIR/x test tidy"

0 commit comments

Comments
 (0)