summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/uncrustify_precommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index 24873330..b9ec0844 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -5,7 +5,7 @@
exec 1>&2
RET=0
-changed=$(git diff --cached --name-only)
+changed=$(git diff --cached --name-only) | grep -v mustach
crustified=""
for f in $changed;