aboutsummaryrefslogtreecommitdiff
path: root/git/template/hooks/post-update.sh
blob: 7199a5139568cf56e1d05a4b8d63181f4ef920e5 (plain) (blame)
1
2
3
4
bare=$(git config core.bare)
case $bare in
    true) git update-server-info ;;
esac