2018-06-10 11:57:17 +00:00
|
|
|
default:
|
|
|
|
|
|
|
|
auto-hook-pre-commit:
|
2018-06-10 12:16:05 +00:00
|
|
|
git status --porcelain | grep -q '^.M filters.txt' && python3 checksum.py || true
|
2018-06-10 12:17:35 +00:00
|
|
|
git status --porcelain | grep -q '^M. filters.txt' && git add filters.txt || true
|