irc-announce: show more stuff
This commit is contained in:
parent
ab696f2f04
commit
678f0a872c
|
@ -157,7 +157,6 @@ let
|
|||
link="$cgit_endpoint/$GIT_SSH_REPO/ ($h)"
|
||||
;;
|
||||
fast-forward|non-fast-forward)
|
||||
#git diff --stat $id..$id2
|
||||
link="$cgit_endpoint/$GIT_SSH_REPO/diff/?h=$h&id=$id&id2=$id2"
|
||||
;;
|
||||
esac
|
||||
|
@ -165,6 +164,13 @@ let
|
|||
#$host $GIT_SSH_REPO $ref $link
|
||||
message="''${message+$message
|
||||
}$GIT_SSH_USER $receive_mode $link"
|
||||
|
||||
message=''${message+$message
|
||||
}$(
|
||||
git log --format='%h %ar: %s ' $id..$id2
|
||||
git diff --stat $id..$id2
|
||||
)
|
||||
|
||||
done
|
||||
|
||||
if test -n "''${message-}"; then
|
||||
|
|
Loading…
Reference in a new issue