This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ajswis
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
458f40b8ec
Rami (Branch)
Tag
master
osx
dotfiles
/
git_template
/
hooks
/
prepare-commit-msg
prepare-commit-msg
97 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/sh
echo "# Log:" >> "$1"
git lol -n 3 | while read line; do
echo "# $line" >> $1
done