Sha256: 81765af2daef323061dcbc5e61fc16481cb74b3bac9ad8a174b186523586f6c5

Contents?: true

Size: 189 Bytes

Versions: 1145

Compression:

Stored size: 189 Bytes

Contents

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

Version data entries

1,145 entries across 634 versions & 84 rubygems

Version Path
gollum-site-0.0.2 test/examples/test_site_no_layout.git/hooks/post-update.sample
gollum-site-0.0.1 test/examples/test_site_no_layout.git/hooks/post-update.sample
ruby-ext-0.4.3 .git/hooks/post-update.sample
crystal-ext-0.0.3 .git/hooks/post-update.sample
crystal-ext-0.0.2 .git/hooks/post-update.sample