diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:11:48 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:11:48 +0900 |
| commit | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (patch) | |
| tree | f5268e72a1c0037d29acac699e5d3f4c37be0e6b /.config/git/signoff.sh | |
| parent | 8afe3fa8d88ae56e96f65897935ef508581ac5f7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/git/signoff.sh')
| -rwxr-xr-x | .config/git/signoff.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/signoff.sh b/.config/git/signoff.sh new file mode 100755 index 0000000..9a0f3f6 --- /dev/null +++ b/.config/git/signoff.sh @@ -0,0 +1,2 @@ +#!/bin/sh +printf '%s <%s>' "$(git config user.name)" "$1" |