about summary refs log tree commit diff
path: root/third_party/git/templates/hooks--post-update.sample
blob: ec17ec1939b7c3e86b7cb6c0c4de6b0818a7e75e (plain) (blame)
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