Files @ a90f8f33adeb
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Andrew Shadura
pygrack: add missing author and copyright information

This module is based on code from git_http_backend.py,
adapted and integrated by Marcin Kuźmiński.

The protocol request handling comes from Daniel, the
rest of the code seems to come from Marcin.
#!/usr/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