commit 7608312120c205f97c3b9e5ecb56bc466efffc7a
parent 5d69879d87e5869740713d43e81a961d14e164a1
Author: Joris Vink <joris@coders.se>
Date: Thu, 5 Jan 2023 09:25:56 +0100
use stagit instead of stagit-index.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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