de48aad638e4ec5afccde5d2d2d3c9ecb7d959eb
It would be good to run this periodically from cron or Jenkins to clean up old merged configurations generated by CCCC.
Usage: .../contrib/scripts/delete-old-branches.sh [ --dry-run ] age repo [ id_file ]
.../contrib/scripts/delete-old-branches.sh [ --dry-run ] age repo [ id_file ]
Removes branches older than 'age' seconds from git repo 'repo'.
If optional 'id_file' is specified, it is used as the private key file for authenticating to git.
+1.
rebased onto de48aad638e4ec5afccde5d2d2d3c9ecb7d959eb
Pull-Request has been merged by merlinm
It would be good to run this periodically from cron or Jenkins to clean up old merged configurations generated by CCCC.
Usage:
.../contrib/scripts/delete-old-branches.sh [ --dry-run ] age repo [ id_file ]Removes branches older than 'age' seconds from git repo 'repo'.
If optional 'id_file' is specified, it is used as the private key file for authenticating to git.