Revision 5a568ea05094da4507170ff91fc528a0113dc8be authored by Philip Oakley on 10 October 2014, 21:25:36 UTC, committed by Junio C Hamano on 10 October 2014, 22:59:41 UTC
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 992cb20
Raw File
hooks--post-update.sample
#!/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
back to top