Revision 3347e76939a9b48b58334d0d82627014633ae9cb authored by Changwoo Ryu on 01 August 2017, 03:32:00 UTC, committed by Changwoo Ryu on 01 August 2017, 03:32:00 UTC
Signed-off-by: Changwoo Ryu <cwryu@debian.org>
1 parent a4f1674
Raw File
hooks--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