We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371ba6c commit 132b997Copy full SHA for 132b997
pre-push.sample
@@ -2,6 +2,7 @@
2
3
zero="$(git hash-object --stdin </dev/null | tr '0-9a-f' '0')"
4
5
+# shellcheck disable=SC2034
6
while read -r local_ref local_oid remote_ref remote_oid
7
do
8
if [ "$local_oid" = "$zero" ]; then
0 commit comments