Vedrillan - Overview
Pinned Loading
-
File used as template for Git commit... File used as template for Git commit message.
1
# Summary on the first line, --------------------|
2
# its length should not exceed 50 characters. ---|
3
4
# Leave a blank line between summary and description.
5
-
Git hooks Git hooks
1
#!/usr/bin/python32
3
import sys
4
import re
5


