Files @ 0bec9f92745a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
git: let links to git submodules be real links that can open in new tabs - not just in-page navigation

Submodules should not be loaded with 'ypjax-link' because they point to a place
outside the repository or maybe even outside the kallithea instance.
#!/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