X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fetc%2Fpre-push.sh;h=7a846d44ad6a8e9484b51aaf41705683feef5742;hb=d6e79ab9c859cb06da0798f24ac31e1e33c932d3;hp=2a3086338b4bfe0591961272c2ac9582213ae574;hpb=dc98aa681fde7976cf3644429b6ab83548a515ed;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. #