diff options
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']}"; |