projects
/
gitolite-hooks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ff18e
)
remove debugging echos
author
Neil Muller
<drnlmuller@gmail.com>
Sun, 22 Mar 2020 15:42:29 +0000
(17:42 +0200)
committer
Neil Muller
<drnlmuller@gmail.com>
Sun, 22 Mar 2020 15:42:29 +0000
(17:42 +0200)
irker
patch
|
blob
|
history
slack
patch
|
blob
|
history
diff --git
a/irker
b/irker
index 436e190c0486b89ee03acb1fcb262b8dd1b31123..89c9603e121cc4becceefd83d70d8cb064276af9 100755
(executable)
--- a/
irker
+++ b/
irker
@@
-16,9
+16,6
@@
function notify_irker() {
new=$2
refname=$3
- echo "irker $1 $2 $3"
- return
-
if [ "x$old" = "x0000000000000000000000000000000000000000" ]; then
# We're pushing into an empty repo, so we need a different command
# to get the rev list
diff --git
a/slack
b/slack
index ac6e1143f7cc8e5a79fe9d74235c7860dedcbc6f..a8055eb6fb5a8ad2682408bee76d66682e45c018 100755
(executable)
--- a/
slack
+++ b/
slack
@@
-22,9
+22,6
@@
function notify_slack() {
newrev=$(git rev-parse $2)
refname="$3"
- echo "slack $1 $2 $3"
- return
-
# --- Interpret
# 0000->1234 (create)
# 1234->2345 (update)