2005-08-03 01:45:21 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# An example hook script to prepare a packed repository for use over
|
|
|
|
# dumb transports.
|
|
|
|
#
|
2008-06-25 03:45:21 +02:00
|
|
|
# To enable this hook, rename this file to "post-update".
|
2005-08-03 01:45:21 +02:00
|
|
|
|
|
|
|
exec git-update-server-info
|