view scripts/run-all-cleanup @ 6005:81ff11476d16

git: make sure repository path and name are Unicode strings This is needed for supporting latest Dulwich version, but it also works with out supported version.
author Andrew Shadura <andrew@shadura.me>
date Tue, 12 Jul 2016 21:47:14 +0200
parents f0b9706d8d7e
children 40edadecda69
line wrap: on
line source

#!/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