diff options
| author | 2026-05-01 10:32:50 -0600 | |
|---|---|---|
| committer | 2026-05-01 10:32:50 -0600 | |
| commit | 2ac3a548894dd535f180383770c67ef64590b678 (patch) | |
| tree | c8119bf79fde9c0f3b6a5bf211db2ac215f7bfef | |
| parent | tildefy link format (diff) | |
add user to notifications
| -rwxr-xr-x | update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
