summary refs log tree commit diff
path: root/.config/git/signoff.sh
blob: 9a0f3f62aed5303fca8a0ab3762b9d0c6e74d3f4 (plain) (blame)
1
2
#!/bin/sh
printf '%s <%s>' "$(git config user.name)" "$1"