diff options
Diffstat (limited to 'git-hooks/pre-commit')
| -rwxr-xr-x | git-hooks/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit new file mode 100755 index 00000000..f01b516e --- /dev/null +++ b/git-hooks/pre-commit @@ -0,0 +1,4 @@ +#!/bin/bash + +make messages.po | grep -v 'is up to date\.$' +git add messages.po |
