kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 0a0416b7a7d5fd23c8140e1e93390264f950d991
parent 7608312120c205f97c3b9e5ecb56bc466efffc7a
Author: Joris Vink <joris@coders.se>
Date:   Thu,  5 Jan 2023 09:26:46 +0100

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

Diffstat:
misc/hooks/post-receive | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/hooks/post-receive b/misc/hooks/post-receive @@ -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