Files @ d6b3839f3c83
Branch filter:

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

Mads Kiilerich
js: in select2 for branches, show early matches first - this will make full branch names show up first, then other prefixes, followed by later matches
#!/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