Files @ c7d9141b2576
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
style: align repository page HG/GIT logo with other headings - align context-bar heading with panel-heading

Similarly, give Previous/Next links same margin so it aligns with panel content.
#!/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