finally, use git.kore.io in the hook.

This commit is contained in:
Joris Vink 2023-01-05 09:26:46 +01:00
parent 7608312120
commit 0a0416b7a7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ while read oldrev newrev ref; do
logmsg=""
commits=$(git rev-list ${oldrev}..${newrev})
for commit in $commits; do
log=$(git log -1 --pretty=format:'[%h](https://github.com/jorisvink/kore/commit/%H) %cn: %s' $commit)
log=$(git log -1 --pretty=format:'[%h](https://git.kore.io/kore/commit/%H) %cn: %s' $commit)
logmsg="$logmsg $log\\n"
done