summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 15:04:17 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 15:04:17 +0200
commit5d5539925f978df37ac069fd8030a85e60a21b91 (patch)
tree9f67ca35a0edbb452632add4471ef03e6ef25e85 /contrib
parentcb400751c159fc1fdfa39bc14960da3dd749e637 (diff)
downloadmerchant-5d5539925f978df37ac069fd8030a85e60a21b91.tar.gz
merchant-5d5539925f978df37ac069fd8030a85e60a21b91.tar.bz2
merchant-5d5539925f978df37ac069fd8030a85e60a21b91.zip
vendoring Mustach
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/uncrustify_precommit2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index b9ec0844..8c4be7c5 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -5,6 +5,8 @@
exec 1>&2
RET=0
+# Note: we exclude src/mustach from our indentation rules as
+# this is the virtually unchanged copylib of mustach
changed=$(git diff --cached --name-only) | grep -v mustach
crustified=""