User.pm: do not require Project.pm until remove called
[girocco.git] / hooks / post-update
blobf08ca3d67b7c2701dc9c0e6d784eb8e66cc1c3b2
1 #!/bin/sh
3 # An example hook script to prepare a packed repository for use over
4 # dumb transports.
6 # To enable this hook, rename this file to "post-update".
8 git config gitweb.lastchange "$(date '+%a, %d %b %Y %T %z')"
9 exec git update-server-info