mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
finally, use git.kore.io in the hook.
This commit is contained in:
parent
7608312120
commit
0a0416b7a7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user