git-hooks irc-announce: add verbose blacklist
This commit is contained in:
parent
d51c1c93a0
commit
6c82600161
@ -96,7 +96,12 @@ with stockholm.lib;
|
|||||||
#$host $GIT_SSH_REPO $ref $link
|
#$host $GIT_SSH_REPO $ref $link
|
||||||
add_message $(pink push) $link $(gray "($receive_mode)")
|
add_message $(pink push) $link $(gray "($receive_mode)")
|
||||||
|
|
||||||
${optionalString verbose /* sh */ ''
|
${optionalString (verbose == false || typeOf verbose == "set") /* sh */ ''
|
||||||
|
${optionalString (verbose.exclude or [] != []) /* sh */ ''
|
||||||
|
case $ref in (${concatStringsSep "|" verbose.exclude})
|
||||||
|
continue
|
||||||
|
esac
|
||||||
|
''}
|
||||||
add_message "$(
|
add_message "$(
|
||||||
git log \
|
git log \
|
||||||
--format="$(orange %h) %s $(gray '(%ar)')" \
|
--format="$(orange %h) %s $(gray '(%ar)')" \
|
||||||
|
Loading…
Reference in New Issue
Block a user