blob: 00db3937efd976bb74df9fc9dd100bfeb1d15bbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
svn2cl \
--strip-prefix \
--reparagraph \
--authors=scripts/changelog-authors.xml \
--group-by-day \
-r HEAD:6493 \
https://iocaste.penguin.de/svn/ptxdist/branches/ptxdist-0.10.6-branch
|