summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 15:03:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 15:03:34 +0200
commitcb400751c159fc1fdfa39bc14960da3dd749e637 (patch)
tree11de639a89e36affdcb1087188a86d9f4b2e7089 /contrib
parent7d2465146e6dd1f50d6a8f5121edfa667f1cae84 (diff)
downloadmerchant-cb400751c159fc1fdfa39bc14960da3dd749e637.tar.gz
merchant-cb400751c159fc1fdfa39bc14960da3dd749e637.tar.bz2
merchant-cb400751c159fc1fdfa39bc14960da3dd749e637.zip
vendoring Mustach
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;