Skip to content

Commit d2b328e

Browse files
committed
Reduce verbosity of ./scripts/rustup.sh pull
1 parent 4ca551c commit d2b328e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rustup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case $1 in
6464
cg_clif=$(pwd)
6565
pushd ../rust
6666
git fetch origin master
67-
git checkout "$RUST_VERS"
67+
git -c advice.detachedHead=false checkout "$RUST_VERS"
6868
"$cg_clif/git-fixed-subtree.sh" push --prefix=compiler/rustc_codegen_cranelift/ "$cg_clif" sync_from_rust
6969
popd
7070
git merge sync_from_rust -m "Sync from rust $RUST_VERS"

0 commit comments

Comments
 (0)