diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 15:25:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 15:25:23 +0200 |
commit | 1cb256c258e2924cc2a22976a7ed1928db393434 (patch) | |
tree | 6dcb35d2dee7f8069b00b05b24d85aea8c341ba7 /git2rss | |
parent | 1c0b44f28de6769b7dcd6cc87081a3f1f3a661ac (diff) |
minor fix
Diffstat (limited to 'git2rss')
-rwxr-xr-x | git2rss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ if (substr($entry['repo'], -4) != '.git') { $entry['repo'] .= '.git'; } // print_r($entry); +$short = substr($entry['hash'], 0, 7); echo "RSS ENTRY: ${entry['author']} pushed to ${entry['repo']} (${entry['head']},$short): ${entry['comment']}"; |