summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-01 10:32:50 -0600
committerGravatar steering72532026-05-01 10:32:50 -0600
commit2ac3a548894dd535f180383770c67ef64590b678 (patch)
treec8119bf79fde9c0f3b6a5bf211db2ac215f7bfef
parenttildefy link format (diff)
add user to notifications
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index d024333..69b9308 100755
--- a/update
+++ b/update
@@ -38,7 +38,7 @@ else # commit --amend, rebase, or similar
fi
#curl -sS -d "[$reponame] $ref $commits" "$H2I" >/dev/null
-echo "[$reponame] $ref $commits" | "${NC[@]}" >/dev/null
+echo "[$reponame] $ref $commits by $USER" | "${NC[@]}" >/dev/null
if ((16#$old == 0)); then
git log --no-show-signature --no-patch --pretty="tformat:$FORMAT" "$new"