Files @ 050a94de8e7f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
scripts: extract contributor data out of update-copyrights.py

... to allow re-use in other scripts, like shortlog.py.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh