Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hooks--post-update.sample « templates - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5323b56b81b9dd3d7f9fb86d8892241becbb5e7e (plain)
1
2
3
4
5
6
7
8
#!/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