Limit to the latest 25 commits in the changelog.

svn
Loic d'Anterroches 2008-08-04 21:25:19 +02:00
parent 6ad7ee8c71
commit 31c79419b5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class IDF_Views_Source
$git = new IDF_Git($request->project->getGitRepository());
$branches = $git->getBranches();
$commit = $match[2];
$res = $git->getChangeLog($commit, 50);
$res = $git->getChangeLog($commit, 25);
return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
array(
'page_title' => $title,