diff options
-rwxr-xr-x | git2rss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,9 @@ list($entry['hash'], $entry['time'], $entry['author'], $entry['comment']) = expl if (substr($entry['repo'], -4) != '.git') { $entry['repo'] .= '.git'; } -print_r($entry); +// print_r($entry); +echo "RSS ENTRY: ${entry['author']} pushed to ${entry['repo']} (${entry['head']},$short): ${entry['comment']}"; + // 50 recent changes $histo = array_merge([$entry], $histo); |