stzhao's picture
download
raw
428 Bytes
#!/usr/bin/sh
#
# An example hook script to verify what is about to be committed
# by applypatch from an e-mail message.
#
# The hook should exit with non-zero status after issuing an
# appropriate message if it wants to stop the commit.
#
# To enable this hook, rename this file to "pre-applypatch".
. git-sh-setup
precommit="$(git rev-parse --git-path hooks/pre-commit)"
test -x "$precommit" && exec "$precommit" ${1+"$@"}
:

Xet Storage Details

Size:
428 Bytes
·
Xet hash:
05b84f4d41de7200c006cdfd89726b5c85d4c037f631acbee1b327710fe75e49

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.