diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-09-28 08:52:34 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-09-28 08:54:14 +0200 |
commit | d645ea5c8e2c1fd087669a442089323f75dce0ba (patch) | |
tree | 26d04e2b73bf85b76a1f76821393781bf7de0eab /contrib | |
parent | 2635f2e0b8246a08e3456ced3068fe161b07a87b (diff) |
skeleton for reserve control testing commands
Diffstat (limited to 'contrib')
m--------- | contrib/gana | 0 | ||||
-rwxr-xr-x | contrib/uncrustify_precommit | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject d402af78f6d360841db53baa46dddae13590ec3 +Subproject 9dee7d6e8f967fdc58ae224e19ec03989ac35c5 diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit index b932d6107..648e6e245 100755 --- a/contrib/uncrustify_precommit +++ b/contrib/uncrustify_precommit @@ -2,7 +2,7 @@ # use as .git/hooks/pre-commit exec 1>&2 - +return 0 RET=0 changed=$(git diff --cached --name-only) crustified="" |