#!/bin/bash
# Pre-push hook: keep Cargo.lock off pushed branches.
#
# Backstop to the pre-commit check, which only sees the commit being made.
# A rebase, a cherry-pick, or an amended history can still carry the lock onto
# a branch tip; tags are exempt because the release tag is where it belongs.
ZERO=""
while ; do
[ && continue
if [; then
fi
done