Files
chezmoi-dotfile/private_dot_config/nvim/dot_git/hooks/executable_post-update.sample
2026-01-04 09:52:08 +08:00

9 lines
193 B
Bash

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