[pacman-dev] GIT hooks
5 Jun
2007
5 Jun
'07
3:10 a.m.
As an FYI, I have found the following GIT hooks pretty useful. These are all default hooks in the .git/hooks directory. To enable them, run chmod +x on them. pre-commit - Ensures you don't have any weird trailing whitespace in your commits. pre-rebase- Catches some stupid things while rebasing. commit-msg- Ensures you don't have duplicate signoff messages. -Dan
6361
Age (days ago)
6361
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan McGee