irc-announce: create,delete: announce refname
This commit is contained in:
parent
1a89fc4b8a
commit
89468e61cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user