Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 0a246571d47642dd7b6b796e601b820ca9f0c8c4 authored by Junio C Hamano on 15 October 2006, 01:25:28 UTC
Merge branch 'jc/http'
Tip revision: 0a24657
hooks--post-update
#!/bin/sh
#
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, make this file executable by "chmod +x post-update".

exec git-update-server-info
back to top