summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"