Sign in
code
/
git
/
6a64ac7b014fa2cfa7a69af3c253bcd53a94b428
/
.
/
templates
/
hooks
/
post-update.sample
blob: ec17ec1939b7c3e86b7cb6c0c4de6b0818a7e75e [
file
]
#!/bin/sh
#
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, rename this file to "post-update".
exec git update
-
server
-
info