Files @ b1e2ae0dd6e1
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
files: drop extra history push on source pages that trapped the user without option for going back (Issue #343)

Source pages don't need any special history awareness.
#!/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