Files @ a22352f81a3e
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Thomas De Schampheleire
contributors: remove redundant entries

These contributors are already present in repository history for the
specified years. The entries can be removed from 'contributor_data' without
impact in CONTRIBUTORS or the about page.
#!/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