X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fetc%2Fpre-push.sh;h=7a846d44ad6a8e9484b51aaf41705683feef5742;hb=d6e79ab9c859cb06da0798f24ac31e1e33c932d3;hp=2a3086338b4bfe0591961272c2ac9582213ae574;hpb=fbe82928729c29ea953c95defb81b302dd704fae;p=rust.git diff --git a/src/etc/pre-push.sh b/src/etc/pre-push.sh index 2a3086338b4..7a846d44ad6 100755 --- a/src/etc/pre-push.sh +++ b/src/etc/pre-push.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Call `tidy --bless` before git push +# Call `tidy` before git push # Copy this script to .git/hooks to activate, # and remove it from .git/hooks to deactivate. #