dotfiles/home/dot-local/share/git/templates/hooks/post-update.sample

9 lines
193 B
Text
Raw Normal View History

2022-02-03 18:33:04 +00:00
#!/usr/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