Staging
v0.5.1
swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
Raw File
post-update.sample
#!/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
back to top