Limit to the latest 25 commits in the changelog.
This commit is contained in:
parent
6ad7ee8c71
commit
31c79419b5
@ -37,7 +37,7 @@ class IDF_Views_Source
|
|||||||
$git = new IDF_Git($request->project->getGitRepository());
|
$git = new IDF_Git($request->project->getGitRepository());
|
||||||
$branches = $git->getBranches();
|
$branches = $git->getBranches();
|
||||||
$commit = $match[2];
|
$commit = $match[2];
|
||||||
$res = $git->getChangeLog($commit, 50);
|
$res = $git->getChangeLog($commit, 25);
|
||||||
return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
|
return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
|
||||||
array(
|
array(
|
||||||
'page_title' => $title,
|
'page_title' => $title,
|
||||||
|
Loading…
Reference in New Issue
Block a user