We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 371e124 commit 831983fCopy full SHA for 831983f
scripts/prepare-commit.sh
@@ -71,19 +71,13 @@ for f in $MODIFIED; do
71
continue
72
;;
73
74
- *.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H)
+ *.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip)
75
if [ -x "$f" ]; then
76
chmod a-x "$f"
77
fi
78
79
80
*.py)
81
- perl -i.prepare -pe "s/[\t ]+$//;" $f
82
- if diff -u $f.prepare $f >>$ASTYLEDIFF; then
83
- # no difference found
84
- rm $f.prepare
85
- fi
86
- continue
87
88
89
*)
0 commit comments