Loading scripts/git/pre-commit.git-hook +4 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,7 @@ fi if test -e scripts/maint/checkIncludes.py; then python scripts/maint/checkIncludes.py fi if [ -e scripts/maint/practracker/practracker.py ]; then python3 ./scripts/maint/practracker/practracker.py "$workdir" fi scripts/git/pre-push.git-hook +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ if [ -x "$workdir/.git/hooks/pre-commit" ]; then fi fi if [ -e scripts/maint/practracker/practracker.py ]; then if ! python3 ./scripts/maint/practracker/practracker.py "$workdir"; then exit 1 fi fi # shellcheck disable=SC2034 while read -r local_ref local_sha remote_ref remote_sha do Loading Loading
scripts/git/pre-commit.git-hook +4 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,7 @@ fi if test -e scripts/maint/checkIncludes.py; then python scripts/maint/checkIncludes.py fi if [ -e scripts/maint/practracker/practracker.py ]; then python3 ./scripts/maint/practracker/practracker.py "$workdir" fi
scripts/git/pre-push.git-hook +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ if [ -x "$workdir/.git/hooks/pre-commit" ]; then fi fi if [ -e scripts/maint/practracker/practracker.py ]; then if ! python3 ./scripts/maint/practracker/practracker.py "$workdir"; then exit 1 fi fi # shellcheck disable=SC2034 while read -r local_ref local_sha remote_ref remote_sha do Loading