Files @ 59456e7a12b6
Branch filter:

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

Mads Kiilerich
vcs: change get_diff to use _run_git_command directly

This will allow run_git_command to return strings while get_diff still return
raw bytes.
#!/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