Files
nix/users/configs/git/commit-msg.sh
2024-06-23 14:50:50 +03:00

4 lines
147 B
Bash

git interpret-trailers --if-exists doNothing --trailer \
"Signed-off-by: $(git config user.name) <$(git config user.email)>" \
--in-place "$1"