Files @ 8b4c09e740a7
Branch filter:

Location: kallithea/scripts/run-all-cleanup

FUJIWARA Katsunori
tests: add commit_change() author to specify author name explicitly

This allows creation of revisions with arbitrary "author" information.
#!/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