mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
@@ -2,7 +2,7 @@
|
||||
|
||||
$app->get('{repo}/{branch}/rss/', function($repo, $branch) use($app) {
|
||||
$repository = $app['git']->getRepository($app['git.repos'] . $repo);
|
||||
$commits = $repository->getCommits();
|
||||
$commits = $repository->getCommits($branch);
|
||||
|
||||
$html = $app['twig']->render('rss.twig', array(
|
||||
'baseurl' => $app['baseurl'],
|
||||
|
||||
Reference in New Issue
Block a user