bench-forgejo/integrations/gitea-integration-meta/gitea-repositories/user2/repo15.git/hooks/post-update.sample
Ethan Koenig fd45a032a7 Fix bare-repo bugs (#2199)
* Fix bare-repo bugs

* Integration tests

* Unused import
2017-07-27 12:23:38 +03:00

9 lines
189 B
Bash
Executable file

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