Skip to content

Commit 0181384

Browse files
chore(husky): add prepare-commit-msg hook for machine-global co-author trailers
Delegates to ~/.config/git/hooks/prepare-commit-msg so machine-level hooks (co-author trailer injection, etc.) apply automatically to this repo. Co-authored-by: Andrew <andrewxhill@gmail.com>
1 parent c8b60b1 commit 0181384

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.husky/prepare-commit-msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
# Machine-global commit hooks (co-author trailer, etc.)
3+
~/.config/git/hooks/prepare-commit-msg "$@" 2>/dev/null || true

0 commit comments

Comments
 (0)