use stagit instead of stagit-index.

This commit is contained in:
Joris Vink 2023-01-05 09:25:56 +01:00
parent 5d69879d87
commit 7608312120
1 changed files with 2 additions and 1 deletions

View File

@ -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