##// END OF EJS Templates
scripts/shortlog: new script...
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 '.')"

File last commit:

r6023:40edadec default
r7497:30e3d0a1 default
Show More
run-all-cleanup
10 lines | 185 B | text/plain | TextLexer
#!/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