Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 8d530c4d64ffcc853889f7b385f554d53db375ed authored by Junio C Hamano on 21 September 2015, 20:26:13 UTC
Git 2.6-rc3
Tip revision: 8d530c4
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