diff options
| -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" |
