about summary refs log tree commit diff stats
path: root/build/rust/git_template/hooks/post-update.sample
blob: e3b3f9f61824a7c32174e329e238346543362eae (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
#
# 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