irc-announce: create,delete: announce refname

This commit is contained in:
tv 2015-06-18 23:10:53 +02:00
parent 1a89fc4b8a
commit 89468e61cc

View File

@ -147,7 +147,11 @@ let
case $receive_mode in
create)
#git log --oneline $id2
link="http://cd/cgit/$GIT_SSH_REPO/"
link="http://cd/cgit/$GIT_SSH_REPO/?h=$h"
;;
delete)
#git log --oneline $id2
link="http://cd/cgit/$GIT_SSH_REPO/ ($h)"
;;
fast-forward|non-fast-forward)
#git diff --stat $id..$id2