gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: exclude mustach from indentation requirements


From: gnunet
Subject: [taler-exchange] 02/02: exclude mustach from indentation requirements
Date: Wed, 28 Sep 2022 09:03:44 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 58a5c0857b80627f2402a5728e4a0a1dadf6bccc
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Sep 28 08:55:17 2022 +0200

    exclude mustach from indentation requirements
---
 contrib/uncrustify_precommit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index 648e6e24..853c8125 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -2,9 +2,9 @@
 
 # use as .git/hooks/pre-commit
 exec 1>&2
-return 0
+
 RET=0
-changed=$(git diff --cached --name-only)
+changed=$(git diff --cached --name-only | grep -v mustach)
 crustified=""
 
 for f in $changed;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]