1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/scripts/repository/reparse_all_commit_messages.php

9 lines
193 B
PHP
Raw Normal View History

#!/usr/bin/env php
<?php
echo "This script is obsolete. Instead, use:\n\n".
" $ reparse.php --all <repository_name> --message\n\n".
"See that script for more options.\n";
exit(1);