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