irc-announce: create,delete: announce refname
This commit is contained in:
parent
1a89fc4b8a
commit
89468e61cc
@ -147,7 +147,11 @@ let
|
|||||||
case $receive_mode in
|
case $receive_mode in
|
||||||
create)
|
create)
|
||||||
#git log --oneline $id2
|
#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)
|
fast-forward|non-fast-forward)
|
||||||
#git diff --stat $id..$id2
|
#git diff --stat $id..$id2
|
||||||
|
Loading…
Reference in New Issue
Block a user