diff options
Diffstat (limited to 'gitosis/templates/admin/hooks/post-update')
-rwxr-xr-x | gitosis/templates/admin/hooks/post-update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitosis/templates/admin/hooks/post-update b/gitosis/templates/admin/hooks/post-update new file mode 100755 index 0000000..704ecb2 --- /dev/null +++ b/gitosis/templates/admin/hooks/post-update @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +gitosis-run-hook post-update +git-update-server-info |