This website works better with JavaScript
Home
Explore
Help
Sign In
ajswis
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
973acaec2b
Branches
Tags
master
osx
dotfiles
/
git_template
/
hooks
/
prepare-commit-msg
prepare-commit-msg
97 B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
echo "# Log:" >> "$1"
git lol -n 3 | while read line; do
echo "# $line" >> $1
done