Files @ 7feb2281a8b0
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
git: refactor check_git_version

Emphasize the code path where a wrong git version is found.
#!/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