diff --git a/misc/hooks/post-receive b/misc/hooks/post-receive index cc4ffaa..19ba59e 100644 --- a/misc/hooks/post-receive +++ b/misc/hooks/post-receive @@ -35,7 +35,8 @@ STAGING=`mktemp -d` function update_stagit { mkdir -p $STAGING/$1 pushd $STAGING/$1 - stagit-index $2 > index.html + stagit $2 + cp log.html index.html cp -R $2 ${STAGING}/${1}.git chmod -R +rx ${STAGING}/${1}.git popd