Files @ 30e3d0a14f09
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
scripts/shortlog: new script

Useful for release announcements, shortlog.py presents a list of committers
corresponding to the specified revision set, along with their count of
commits in that set.

Example usage:
scripts/shortlog.py "only('.', branch('stable') & tagged() & public() & not '.')"
#!/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