Files @ 0d39e48baec0
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
pullrequest: resize graph in list of available changesets when page is resized

02aef1484695 introduced dynamic width of the graph of available changesets. We
thus also need resizing of the graph when the page is resized.
#!/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