#!/bin/sh
# post-receive — git hook installed into every bare repository.
# Runs automatically after each successful push and regenerates the
# static index files required by the dumb-HTTP protocol (nginx).
git update-server-info
