view .git/hooks/post-update.sample @ 947:91137bc52ddd

remove files
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 09 Jul 2024 08:51:13 +0900
parents 68904fdaab71
children
line wrap: on
line source

#!/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