annotate vendor/drupal/coder/.git/hooks/post-update.sample @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 #!/bin/sh
Chris@14 2 #
Chris@14 3 # An example hook script to prepare a packed repository for use over
Chris@14 4 # dumb transports.
Chris@14 5 #
Chris@14 6 # To enable this hook, rename this file to "post-update".
Chris@14 7
Chris@14 8 exec git update-server-info