diff options
-rwxr-xr-x | git2rss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ list($entry['hash'], $entry['time'], $entry['author'], $entry['comment']) = expl if (substr($entry['repo'], -4) != '.git') { $entry['repo'] .= '.git'; } +print_r($entry); // 50 recent changes $histo = array_merge([$entry], $histo); |