gitolite/src/pta-hook.sh
Sitaram Chamarty 5bb0850c5c p-t-a: make the post-update hook a separate file...
...and just refer to it in the doc.  This hook will acquire more code soon,
when we do delegations :)
2009-10-04 10:10:39 +05:30

7 lines
105 B
Bash
Executable file

#!/bin/sh
GIT_WORK_TREE=/home/git/.gitolite git checkout -f
cd /home/git/.gitolite
src/gl-compile-conf