Files
@ 30e3d0a14f09
Branch filter:
Location: kallithea/scripts/generate-ini.py
30e3d0a14f09
2.0 KiB
text/x-python
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 '.')"
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 '.')"