Make post-receive executable
[sockgit.git] / templates / hooks / post-receive
CommitLineData
9f5fe086
JC
1#!/bin/bash
2while read OLD_REV NEW_REV REF_NAME; do
d3245580
JC
3 git push public $NEW_REV:$REF_NAME
4done